cognoma / cancer-data

TCGA data acquisition and processing for Project Cognoma
Other
20 stars 28 forks source link

Melt mutation matrix for use by core-service repository. #35

Closed stephenshank closed 7 years ago

stephenshank commented 7 years ago

Addresses #34. The resulting file, data/melted-mutations.tsv, is 18 MB uncompressed, which is within Github file size limits. Would really help my work in core-service... comments welcome!!

dhimmel commented 7 years ago

BTW, nice use of pandas.melt!