This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose/implementation Section
What scientific question is your analysis addressing?
This PR is a split off of #921 where I am updating the transcriptomic overview plot in response to the histology color palette table added in #898.
This module focuses on updating
gene-set-enrichment analysis
.This PR updates gene-set-enrichment-analysis module to use the display group and hex codes of the
palettes/histology_label_color_table.tsv
table that is created by the notebook added in #899What was your approach?
This PR updates one of the three modules that are ultimately used in the transcriptomic-overview plot that is ultimately updated in #921.
gene-set-enrichment analysis
updates:gene-set-enrichment-analysis/02-model-gsea.Rmd
was updated from usingshort_histology
for the gsea model to usingdisplay_group
gene-set-enrichment-analysis
, the source script:analyses/gene-set-enrichment-analysis/util/hallmark_models.R
needed adplyr::
in one spot because it wouldn't run.01-conduct-gsea.R
See Updated analysis: GSEA throws error with stranded collapse-rnaseq v18 data #926run-gsea.sh
*Note that the
palettes/histology_color_palette.tsv
file itself is not deleted yet, I will do this in the last PR of this series (#927) so the other modules that use this file don't break in CI yet.What GitHub issue does your pull request address?
Makes more progress toward addressing #898
Closes #926
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?
Yes
Results
Results files that were reporting
short_histology
are now replaced with files that reportdisplay_group
.Reproducibility Checklist
Documentation Checklist
I checked the respective READMEs for these analyses and they did not require any updates for these changes.
README
and it is up to date.analyses/README.md
and the entry is up to date.