Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make data_mutations_uncalled and meta_mutations_uncalled files for cBioPortal #63

Open
stevekm opened this issue Jun 22, 2021 · 2 comments
Labels
enhancement New feature or request high priority revisit this later non-critical, non-breaking change to consider

Comments

@stevekm
Copy link
Member

stevekm commented Jun 22, 2021

Need to update the samples fillout worklflow to create data_mutations_uncalled.txt and meta_mutations_uncalled.txt files

might be able to bundle it into this script;
https://github.com/mskcc/helix_filters_01/blob/master/bin/update_fillout_maf.py

@timosong

@timosong
Copy link
Collaborator

Requirements for data_mutations_uncalled.txt
For any row where t_alt_count == 0, set Mutation_Status to UNCALLED, and place in file called data_mutations_uncalled.txt
These rows are mutually exclusive to data_mutations_extended.txt.

Requirements for meta_mutations_uncalled.txt
File format is similar to this: https://github.com/cBioPortal/datahub/pull/1418/files#diff-54c74f8a4d51dd53d8b56d293f21f02f78c035a9dded8928b957de3a3ae72c64
Only variable line is:
cancer_study_identifier: glioma_msk_2018
This should be the name of the study id

@timosong
Copy link
Collaborator

@stevekm This filter requirement must be extended to not only t_alt_count == 0 but also:
If fillout == True then place mutation row in data_mutations_uncalled.txt regardless of depth.

@stevekm stevekm added the enhancement New feature or request label Apr 7, 2022
@svural svural added the revisit this later non-critical, non-breaking change to consider label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority revisit this later non-critical, non-breaking change to consider
Projects
None yet
Development

No branches or pull requests

3 participants