extractDendroFromPlotTD | R Documentation |
Extract the dendrogram from the heatmap based on tissueDistance
extractDendroFromPlotTD(DF, method = "ward.D", row = TRUE)
DF |
numeric data.frame; output of tissueDistance |
method |
character string, name of the agglomeration method to be used (hclust) This should be (an unambiguous abbreviation of) one of "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC). |
row |
boolean. Default: TRUE. Whether to extract the dendrogram associated to the rows of the heatmap. |
a dendrogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.