extractDendroFromPlotTD: Extract the dendrogram from the heatmap based on...

View source: R/metaAnalyses.R

extractDendroFromPlotTDR Documentation

Extract the dendrogram from the heatmap based on tissueDistance

Description

Extract the dendrogram from the heatmap based on tissueDistance

Usage

extractDendroFromPlotTD(DF, method = "ward.D", row = TRUE)

Arguments

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.

Value

a dendrogram


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.