search for: marksignificantclust

Displaying 1 result from an estimated 1 matches for "marksignificantclust".

2009 Apr 03
0
dendrogram rect.hclust() not working?
...- as.dendrogram(scoreClusterObj) coloredLeafScoreDendrogramObj <- dendrapply(scoreDendrogramObj, markColoredLeaves) scoreDendrogramPlot <- plot(coloredLeafScoreDendrogramObj, horiz=FALSE, axes=FALSE) significantClustersInScoreDendrogramObj <- dendrapply(coloredLeafScoreDendrogramObj, markSignificantClusters) -------------------- I have the local functions markColoredLeaves() -- which changes the colors of certain leaves, and it works fine -- and another function called markSignificantClusters(), in which I try to draw a rect.hclust() if a condition is met (i.e. a cluster is statistically s...