getDendrogram: Plot dendrogram tree

Description Usage Arguments Value Author(s) See Also Examples

View source: R/clusterProfile.R

Description

Plot dendrogram tree

Usage

1

Arguments

dd

dendrogram object (see ?clusterDataDend)

Value

A dendrogram plot for the genes in the input phylogenetic profiles.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

clusterDataDend

Examples

 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)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.