forked from AlexsLemonade/OpenPBTA-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add figure generation script to .circleCI
- convert final png figure to pdf - add figure generation script to `run-figures.sh` - use color palette generated in PR AlexsLemonade#510 for figure color scheme - format treemap to have less redundant values (treemap as is in final figure 1 panel does not show redundant values and represents the `short_histology` and `integrated_diagnosis` values which I believe should be fine in this case) - redundant text does show up on the treemap plot in `analyses/sample-distribution-analysis/plots` directory (still looking into this)
- Loading branch information
Showing
8 changed files
with
175 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.05 KB
(110%)
analyses/sample-distribution-analysis/plots/distribution_across_cancer_types_treemap.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
color_names hex_codes | ||
Adenoma #f23d3d | ||
ATRT #731d1d | ||
Central neurocytoma #b38686 | ||
Chondrosarcoma #cc5c33 | ||
Chordoma #331c0d | ||
Choroid plexus tumor #ffb380 | ||
CNS EFT-CIC #b25f00 | ||
CNS lymphoma #f2d6b6 | ||
CNS neuroblastoma #736556 | ||
CNS Rhabdomyosarcoma #ffaa00 | ||
CNS sarcoma #4c3d00 | ||
Craniopharyngioma #e2f200 | ||
DNET #919926 | ||
Dysplasia #d6f2b6 | ||
Embryonal Tumor #304d26 | ||
Ependymoma #00f241 | ||
ETMR #009929 | ||
Ganglioglioma #698c7c | ||
Germinoma #39e6c3 | ||
Glial-neuronal tumor NOS #005359 | ||
Gliosis #263233 | ||
Hemangioblastoma #00c2f2 | ||
Hemangioma #40a6ff | ||
HGAT #406280 | ||
Langerhans Cell histiocytosis #0044ff | ||
LGAT #00144d | ||
LGMT #acbbe6 | ||
Medulloblastoma #7373e6 | ||
Meningioma #3d0099 | ||
MPNST #c200f2 | ||
Neurofibroma #917399 | ||
none #f1f1f1 | ||
Oligodendroglioma #f279da | ||
Other #cc0052 | ||
Pineoblastoma #994d6b | ||
Schwannoma #4d2636 | ||
Teratoma #ffbfd9 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters