Description Usage Arguments Value Author(s) See Also Examples
View source: R/clusterProfile.R
Plot dendrogram tree
1 | getDendrogram(dd = NULL)
|
dd |
dendrogram object (see ?clusterDataDend) |
A dendrogram plot for the genes in the input phylogenetic profiles.
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 8 9 10 | data("finalProcessedProfile", package="PhyloProfile")
data <- finalProcessedProfile
profileType <- "binary"
profiles <- getDataClustering(
data, profileType, var1AggregateBy, var2AggregateBy)
distMethod <- "mutualInformation"
distanceMatrix <- getDistanceMatrix(profiles, distMethod)
clusterMethod <- "complete"
dd <- clusterDataDend(distanceMatrix, clusterMethod)
getDendrogram(dd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.