We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
findModules()
I am here again! Sorry to bother you but I use your package a lot!!
After running the following sequence of WGCNA commands, the modules are not visible:
wgcna.preprocess() # Find Modules wgcna.findModules() # Add color for metadata wgcna.setMetadataColor('treatment', {'TPA': 'green', 'acetone': 'yellow'}) wgcna.setMetadataColor('condition', {'WT': 'darkviolet', 'KO': 'deeppink'}) wgcna.setMetadataColor('time', {'day_2': 'plum', 'day_4': 'violet', 'day_6': 'purple', 'day_8': 'red'}) # Analyse WGCNA and save results wgcna.analyseWGCNA() wgcna.saveWGCNA()
Despite successfully running the commands without errors, I cannot see the modules that were supposed to be generated during the findModules() step.
Let me know if you need further details to reproduce the issue. Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Hi,
Sorry, I didn't catch the problem completely! It didn't produce any error but no plot was generated as well??
Can you also send me the full script you used (including how you initiated the object) along with the complete output?
Sorry, something went wrong.
No branches or pull requests
I am here again! Sorry to bother you but I use your package a lot!!
Description:
After running the following sequence of WGCNA commands, the modules are not visible:
Despite successfully running the commands without errors, I cannot see the modules that were supposed to be generated during the
findModules()
step.Expected Behavior:
Observed Behavior:
Additional Information:
Let me know if you need further details to reproduce the issue. Thank you for your assistance!
The text was updated successfully, but these errors were encountered: