Closed brettChapman closed 2 years ago
Hi @brettChapman this isn't implemented in CEMiTool, but you can get there with a bit of work: in the find_modules
function you'll find the cutTreeDynamic
function implemented similarly to the tutorial you linked to. Also, in the get_merged_mods
function, you'll find the similar module merging step if you'd rather make the dendrogram after that step. The three functions can be found here.
Hope this helps.
Hi
I was wondering if there is a way to get a dendrogram plots of modules and eigengenes, as can be done directly with WGCNA like in this tutorial: https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/Tutorials/FemaleLiver-02-networkConstr-man.pdf
I'm presenting my findings, and I'd like to illustrate exactly how the modules are determined through a few additional plots.
If this isn't already built into or hidden in the code of CemiTool, could you please point me to which R scripts I could modify to add such functionality.
Thanks.