Hi,
I am clustering log2fold changes of genes. I am confused about the output of the dynamictreecut package. If I run the following:
dynamic_hybrid = cutreeHybrid(clust_fc, as.matrix(dist_fc), deepSplit=1)
clusters = dynamic_hybrid$labels
how do I know which genes are assigned to which clusters? Will the ordering of cluster assignment to genes be rownames of the input clust_fc?
In other words, what is the proper way of extracting the cluster assignment for each gene in the clustering?
Thank you very much.
teabonng