[R] Grouping clusters from dendrograms
plangfelder
peter.langfelder at gmail.com
Fri Nov 4 00:08:31 CET 2011
Hi Julia,
sorry for the very late reply, your original email was posted while I was on
hiatus from R-help. I'm the author of the dynamicTreeCut package. I
recommend that you try using the "hybrid" method using the cutreeDynamic
function. What you observed is a known problem of the tree method (which, by
the way, was the reason I developed the Hybrid method).
Using the hybrid method is simple, for example as
cut2<-cutreeDynamic(dendro,distM = combo2,
maxTreeHeight=1,deepSplit=2,minModuleSize=1)
You can play with the argument deepSplit to obtain finer or coarser modules.
HTH,
Peter
--
View this message in context: http://r.789695.n4.nabble.com/Grouping-clusters-from-dendrograms-tp2316521p3988526.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list