Hi there, I successfully constructed a gene coexpression network using the package WGCNA. Everything is okay. But right now, I want to get a deeper understanding of the output of this tool. Specifically, When I received a output something like:
As you can see, there are lot of branches with different heights. So what the difference between a longer branch's height [red rectangle] and a shorter branch's height [purple rectangle] ? And is it normal or not that dendrogram height can above 1? thank in advance!
Many thanks for your helpful answer. I got additionally one question for u, sir. Is it normal or not that dendrogram height can above 1? I did follow a step-by-step tutorial. Something like that: https://imgur.com/vJKP0VA
Yes, I believe, when you are using a signed WGCNA network, because Pearson correlation values can be negative, too. You should check the default values of your functions in order to understand the distance metric used. For
blockwiseModules()
, just type the following at the command prompt:OMG, I forgot that Pearson corelation values can be negative. Thanks for your helps again!