Documentation ¶
Overview ¶
Package hierarchical clusters data for dot plots.
Index ¶
- func Cluster(analysis *types.Analysis)
- func CreateCytoscape(fileData []map[string]string, data *SortedData, settings types.Settings)
- func CreateDotplot(data *SortedData, clusteredData HclustData, settings types.Settings)
- func CreateHeatmap(data *SortedData, clusteredData HclustData, settings types.Settings)
- func CreatePNGs(data *SortedData, clusteredData HclustData, settings types.Settings)
- func WriteDistance(data *SortedData, clusteredData HclustData, settings types.Settings)
- func WriteMatrices(data *SortedData)
- func WriteTrees(clusteredData HclustData, settings types.Settings)
- type HclustData
- type SortedData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCytoscape ¶
func CreateCytoscape(fileData []map[string]string, data *SortedData, settings types.Settings)
CreateCytoscape files.
func CreateDotplot ¶
func CreateDotplot(data *SortedData, clusteredData HclustData, settings types.Settings)
CreateDotplot image.
func CreateHeatmap ¶
func CreateHeatmap(data *SortedData, clusteredData HclustData, settings types.Settings)
CreateHeatmap image.
func CreatePNGs ¶
func CreatePNGs(data *SortedData, clusteredData HclustData, settings types.Settings)
CreatePNGs as output format.
func WriteDistance ¶
func WriteDistance(data *SortedData, clusteredData HclustData, settings types.Settings)
WriteDistance images.
func WriteTrees ¶
func WriteTrees(clusteredData HclustData, settings types.Settings)
WriteTrees for newick format.
Types ¶
type HclustData ¶
type HclustData struct { Dendrogram map[string][]hclust.SubCluster Distance map[string][][]float64 NormalizedDistance map[string][][]float64 Tree map[string]hclust.TreeLayout UnsortedNames map[string][]string }
HclustData contains clustering information.
Click to show internal directories.
Click to hide internal directories.