-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consensus Modules #6
Comments
Hi, I'm glad that you found PyWGCNA package useful! yeah, I don't implement the Meanwhile, can you give me an example of what type of output are you looking for? i.e if you are interested in presenting the output as a plot, please send me the type of output you're interested in, so I can add that as well |
So all the information you need to plot this is already saved in the object! the module color is saved as a column The information you need for the dendrogram is saved in the |
Hooray! Thanks for the info. I'll keep my eye out for the next release. I'll certainly have more questions about using PyWGCNA and I'll reach out as they come up. |
+1 |
It seems that the dendrogram in python is different from that in R WGCNA, perhaps WGCNA used pvclust, and there is no equivalent python package. |
Hi, About blockwiseConsensusModule, all the information you need is already calculated there! The module trait-relationship heatmap is one of the outputs of the |
scipy.cluster.hierarchy.dendrogram don't support the plot that R-version WGCNA used, It will become very crowd when there are lots of genes, while it's clear in R-version WGCNA. could you recommend another package ? |
And, do you konw how to generate this plot (copied from R version WGCNA, https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/Tutorials/FemaleLiver-05-Visualization.pdf ? |
Hi @wangjiawen2013, I'll look into it to see if there are any other packages out there for the dendrogram plot. |
I can reproduce the clustermap exactly now. But the dendrogram in python looks different from that in R version WGCNA. Though the dendrogram are in virtual the same one, they have a different visualization style, R dendrogram plot is more clear. |
plotly also have a function to do that |
Hello,
I really like your PyWGCNA! I'm interested in using it for some of my research.
I've been looking around what you currently have on git and I can't seem to find a 'detect consensus modules' function. Specifically, I'm looking for the Python equivalent of blockwiseConsensusModule.
Specifically, I'd like to repeat some of the analysis that was done in Eigengene networks for studying the relationships between co-expression modules by Langfelder and Horvath.
Did I miss something? Is there a way for me to detect consensus modules with what you already have? If not, will you be implementing anything like that soon?
Thanks,
Nate
The text was updated successfully, but these errors were encountered: