AlexsLemonade / OpenPBTA-analysis

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

add Table 2 #1326

Closed jharenza closed 2 years ago

jharenza commented 2 years ago

Purpose/implementation Section

What scientific question is your analysis addressing?

Add Table 2 for manuscript

What was your approach?

What GitHub issue does your pull request address?

1318

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

Which areas should receive a particularly close look?

NA

Is there anything that you want to discuss further?

no

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

yes

Results

What types of results are included (e.g., table, figure)?

What is your summary of the results?

Reproducibility Checklist

Documentation Checklist

jharenza commented 2 years ago

@sjspielman changes are in! I updated the heatmap here, and realized that the matrix and annotations on the map with the new samples were not in the same order, so fixed that as well. The new results are in https://github.com/AlexsLemonade/OpenPBTA-manuscript/pull/243

sjspielman commented 2 years ago

This is failing CI I think because of a bug that we missed in a previous PR - the run_mutational_signatures.sh script doesn't pass in the CI param. I'm adding a quick commit to hopefully fix this.

jharenza commented 2 years ago

Note @sjspielman - I kept the BS_IDs in the plot for purposes of being able to write, so we can either remove this in the module or in illustrator. Wasn't sure if you wanted this for any manuscript review.

jharenza commented 2 years ago

Not technically part of the code changes here, but I think we should also relabel the x-axis of the heatmap to "RefSig Mutational Signature Weights" or "RefSig Mutational Signature Exposures"

updated

sjspielman commented 2 years ago

I kept the BS_IDs in the plot for purposes of being able to write, so we can either remove this in the module or in illustrator.

Totally fine by me.

jharenza commented 2 years ago

This looks ready to go but needs one important change! The heatmap panel and legend should be copied over to figures/pdfs/fig4/panels/ manually.

See here.

yes, good catch! done!

sjspielman commented 2 years ago

I see some conflicts have popped up - I'm going to go in now and fix manually and then this should be ready.

jharenza commented 2 years ago

some weird things happened from conflict resolution, but this should be all set now @sjspielman

sjspielman commented 2 years ago

Went through and re-ran all notebooks to confirm everything is cleaned up and it looks good. Thanks for catching those conflict issues!

This has passed CI and no commits since will affect CI, so this can be merged in before checks are completed.