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

getPatternGeneSet: replace pathways column with gene.set #108

Merged
merged 3 commits into from
May 29, 2024

Commits on May 29, 2024

  1. replace pathway column with gene.set

    Bug found in issue #107. Creating a separate column for "gene.set" apart from the "pathways" column generated by the fgsea and fora functions led to gene set names being associated with the wrong rows. To avoid this kind of issue of redundant columns naming the gene sets that caused this bug, the pathways column is renamed to gene.set then converted to a factor ordered by adjusted p-value.
    jmitchell81 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    70f4078 View commit details
    Browse the repository at this point in the history
  2. test significant gene sets

    Tests for gene set plotting now include a check for a sig_p1 gene set that should be associated with pattern 1.
    jmitchell81 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    416bd54 View commit details
    Browse the repository at this point in the history
  3. bump version

    dimalvovs committed May 29, 2024
    Configuration menu
    Copy the full SHA
    41826c7 View commit details
    Browse the repository at this point in the history