Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Remove R script/notebook package installs from gene-set-enrichment and ATRT (Part 3 of N) #703

Conversation

cansavvy
Copy link
Collaborator

Purpose/implementation Section

What was your approach?

I'm removing R package installations in the scripts in accordance with #690
I'm keeping track of the PRs I file for that issue there.
Here I'm addressed gene-set-enrichment-analysis and molecular-subtyping-ATRT removal of package installs and reruns.

  • Got rid of installations and re-in 01-conduct-gsea-analysis.R and re-ran run-gsea.sh
  • Removed installs from 02-ATRT-molecular-subtyping-plotting.R and 01-ATRT-molecular-subtyping-data-prep.Rmd and re ran bash run-molecular-subtyping-ATRT.sh
  • 02-ATRT-molecular-subtyping-plotting.R added some ComplexHeatmap::

Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.

Everything look okay? Results that should be there are there?

Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?

Yes, but the results shouldn't really be different.

Reproducibility Checklist

No changes are needed here.

  • The dependencies required to run the code in this pull request have been added to the project Dockerfile.
  • This analysis has been added to continuous integration.

if (!("ComplexHeatmap" %in% installed.packages())) {
install.packages("ComplexHeatmap")
}
library(ComplexHeatmap)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I accidentally deleted this so I ended up adding in the necessary ComplexHeatmap:: bits.

Copy link
Contributor

@cbethell cbethell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

It looks like the only file that changed here was analyses/molecular-subtyping-ATRT/plots/atrt_heatmap.png and it appears that it is only the color scheme of the plot that change.

That being said, the relevant script should probably be updated to use one of the color palettes in figures/palettes to set up color annotations for this plot, but that is beyond the scope of this PR.

@jaclyn-taroni jaclyn-taroni merged commit 4a7e85c into AlexsLemonade:master May 23, 2020
@cansavvy cansavvy deleted the cansavvy-remove-r-package-installs-3 branch August 13, 2020 11:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants