Skip to content
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

Modules Not Visible After Running findModules() #127

Open
victorsanchezarevalo opened this issue Nov 16, 2024 · 1 comment
Open

Modules Not Visible After Running findModules() #127

victorsanchezarevalo opened this issue Nov 16, 2024 · 1 comment

Comments

@victorsanchezarevalo
Copy link

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:

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.

Expected Behavior:

  • Modules should be updated.

Observed Behavior:

  • Modules are not updated.

Additional Information:

  • No errors were observed in the console/logs during the execution.
  • Metadata colors were added successfully.

Let me know if you need further details to reproduce the issue. Thank you for your assistance!

@nargesr
Copy link
Member

nargesr commented Nov 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants