-
Notifications
You must be signed in to change notification settings - Fork 1
Altered/total copies for somatic, germline SNVs plot; major/minor copies for hetsnps! #40
Description
Data files were delivered to directories - you will see them as mutation_histogram.json. To start, I have ensured that the data will not exceed 1e6 data points. the data has three entries: jabba_cn (an integer), mult_cn (a float), and count (integer).
Please implement equivalently to examples at these links:
https://genome.med.nyu.edu/external/imielinskilab/mskiweb/rafaij01/plots/snvplicity/16323211/altered_copies_histogram_.pdf
You can follow similar paths within https://genome.med.nyu.edu/external/imielinskilab/mskiweb/rafaij01/plots/snvplicity ..
Here are some more specific specs:
- assign colors to each unique CN present in jabba_cn
- plot a histogram with the x axis as mult_cn and the y axis as counts
- plot the histogram such that they are overlayed with one another.. a unique histogram per jabba_cn; not stacked!
- the plot should render such that upon first looking at the graph all histograms are plotted, but ideally there is a selection mechanism to only view jabba_cn == 1 or 2, for example.
if it is too many data points to begin with, let me know and I can tailor it down. I expect to add more comments and more plots very similar to these within this ticket as followup! thanks in advance!