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

PR 1 of 2: Molecular Subtyping - ATRT (Data Prep) #284

Merged
merged 19 commits into from
Dec 3, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
99afccf
Add `ATRT-molecular-subtyping.R` script
cbethell Nov 20, 2019
82eac34
Add markdown displaying heatmaps
cbethell Nov 21, 2019
fc73a44
Update file paths
cbethell Nov 21, 2019
e6724b2
Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysi…
cbethell Nov 22, 2019
9331063
Add `ATRT-molecular-subtyping-plotting.R`
cbethell Nov 22, 2019
8cfc145
Convert pdf plots to png plots
cbethell Nov 22, 2019
db56fa0
Change selection for `reported_gender` to `germline_sex_estimate`
cbethell Nov 25, 2019
b6983a8
Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysi…
cbethell Nov 26, 2019
8e82b94
@jaclyn-taroni suggested changes
cbethell Nov 26, 2019
47b9de8
Remove log2 transformation of ssGSEA data
cbethell Nov 26, 2019
6128430
Update comment and remove unused custom function in `02` plotting script
cbethell Nov 26, 2019
cc1bdc5
Prep and save matrix and annotation files for heatmap
cbethell Nov 27, 2019
b986565
Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysi…
cbethell Nov 28, 2019
3679217
Load in `ComplexHeatmap` library and add `sessionInfo`
cbethell Nov 28, 2019
1238c90
Merge branch 'master' of https://github.com/cbethell/OpenPBTA-analysi…
cbethell Dec 2, 2019
4e19a78
Use v11 files
cbethell Dec 2, 2019
130faa3
Merge branch 'master' into atrt-molecular-subtyping
cbethell Dec 2, 2019
ba4936a
Merge remote-tracking branch 'upstream/master' into atrt-molecular-su…
jaclyn-taroni Dec 3, 2019
fe685aa
Various fixes; rerun
jaclyn-taroni Dec 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ jobs:
- run:
name: Tumor mutation burden with TCGA
command: ./scripts/run_in_ci.sh Rscript -e "rmarkdown::render('analyses/tmb-compare-tcga/compare-tmb.Rmd', clean = TRUE)"

- run:
name: Molecular Subtyping - ATRT
command: ./scripts/run_in_ci.sh Rscript -e "rmarkdown::render('analyses/molecular-subtyping-ATRT/01-ATRT-molecular-subtyping-data-prep.Rmd', clean = TRUE)"

################################
#### Add your analysis here ####
Expand Down
Loading