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

fix bug to allow underscores in metadata values #126

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 14, 2024

  1. allow underscores in metadata

    fix bug to allow underscores in metadata values Update wgcna.py
    modified this method 
        def barplotModuleEigenGene():
    megadesk authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e453ecd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from megadesk/megadesk-patch-1

    allow underscores in metadata
    megadesk authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    46d6d54 View commit details
    Browse the repository at this point in the history
  3. Update functional_enrichment_analysis() enforce str type

     Update functional_enrichment_analysis() enforce str type
    enforce str type on geneModule before calling .fillna('')
    megadesk authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    975ca81 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from megadesk/megadesk-patch-2

     Update functional_enrichment_analysis() enforce str type on geneModule
    megadesk authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c694920 View commit details
    Browse the repository at this point in the history