mutations_across_passages.ipynb - takes 8 groups of samples and outputs venn diagrams showing how variants are called across PDX passages. Also outputs tables describing the specific overlapping genes and cosmic IDs
metastatic_passages.ipynb - takes 2 groups of samples (both have unique relationships and several metastatic samples) and visualizes gene variant calls across several passages using UpSetR
The pull request also adds all the figures and tables that were generated by these two notebooks
Closes #33
Two major notebooks are added in this PR
mutations_across_passages.ipynb
- takes 8 groups of samples and outputs venn diagrams showing how variants are called across PDX passages. Also outputs tables describing the specific overlapping genes and cosmic IDsmetastatic_passages.ipynb
- takes 2 groups of samples (both have unique relationships and several metastatic samples) and visualizes gene variant calls across several passages using UpSetRThe pull request also adds all the figures and tables that were generated by these two notebooks