AlexsLemonade / OpenPBTA-analysis

The analysis repository for the Open Pediatric Brain Tumor Atlas Project
Other
99 stars 67 forks source link

Zenodo CSV: Figure 5 and part of S6 #1708

Closed sjspielman closed 1 year ago

sjspielman commented 1 year ago

Towards #1692 ⚠️ Stacked on #1707

This PR adds CSVs for all figure 5 panels, and the non-UMAP figure S6 panels, because they are in one of the figure 5 scripts.

5A & 5B: figures/scripts/fig5-panels-gsva-umap.R

5D: figures/scripts/fig5-forest-plot.R

This is another forest plot. You'll be happy to see the code is about the same for all forest plots in the paper! I exported the non-spread data frame.

5C, 5E, S6E, S6F: figures/scripts/fig5_figS6-immune-deconv-panels.R

These are all pretty straightforward plots, nothing too interesting about these during export. In the end, the code was all roughly the same for each of the 4 exports, so I suppose I could have written a little wrapper function, but I did not...

sjspielman commented 1 year ago

UMAP plot (and other) outputs including hex values seems a bit excessive, but I'm not sure it is worth removing.

In general, I think it needs to be there when we've used* scale_color/fill_identity(), but otherwise it's probably just noise (although harmless!).