Module authors: Komal S. Rathi, Zhuangzhuang Geng, Jo Lynne Rokita
To pull the docker image, run the command line:
docker pull pgc-images.sbgenomics.com/zhuangzhuanggeng/d3b_hope_analysis:latest
To run the docker, run the command line below. For mac M1 user, add --platform=linux/arm64
.
docker run -d -e PASSWORD=pass -p 8787:8787 --name <CONTAINER_NAME> -v $PWD:/home/rstudio/HOPE pgc-images.sbgenomics.com/zhuangzhuanggeng/d3b_hope_analysis:latest
analyses
├── alt-analysis
├── data-availability
├── master-annotation
├── merge-files
├── molecular-subtyping-HGG
├── msi-sensor-analysis
├── oncoplots
├── survival-analysis
└── tp53_nf1_score
data-availability
: This module has scripts to create data availability plots.merge-files
: This module has scripts to merge files obtained from cavatica i.e. RSEM gene expression, Consensus MAF, ControlFREEC, Fusions which are then filtered and annotated.master-annotation
: This module combines various sources of information from the HOPE group into one single tsv file for downstream analyses.msi-sensor-analysis
: Downstream analyses with MSISensor pro outputs.oncoplots
: This module has scripts to create oncoplots and cascade plots. Reference files and genelists were obtained from PNOC003survival-analysis
: This module has scripts to do survival analysis with ALT status and molecular subtypes.alt-analysis
: Downstream analyses with ALT status.tmb-calculation
: Adapted from OpenPedCan-anaysis