Skip to content

Commit

Permalink
Add GISTIC and CNV Pan-can (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan-b authored and yunhailuo committed Aug 19, 2019
1 parent 4b97675 commit d559739
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion xena_gdc_etl/scripts/panTCGA.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def main():
'htseq_fpkm-uq',
'mirna',
'masked_cnv',
'cnv',
'gistic',
'muse_snv',
'mutect2_snv',
'somaticsniper_snv',
Expand All @@ -99,10 +101,17 @@ def main():
}

for dtype in datatypes:
if dtype in ['htseq_counts', 'htseq_fpkm', 'htseq_fpkm-uq', 'mirna']:
if dtype in [
'htseq_counts',
'htseq_fpkm',
'htseq_fpkm-uq',
'mirna',
'gistic'
]:
merge_axis = 1
elif dtype in [
'masked_cnv',
'cnv',
'muse_snv',
'mutect2_snv',
'somaticsniper_snv',
Expand All @@ -119,6 +128,8 @@ def main():
'htseq_fpkm',
'htseq_fpkm-uq',
'mirna',
'cnv',
'gistic',
'masked_cnv',
'muse_snv',
'mutect2_snv',
Expand Down

0 comments on commit d559739

Please sign in to comment.