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

generating inputs with GATK4 #16

Closed
sraorao opened this issue Sep 18, 2018 · 4 comments
Closed

generating inputs with GATK4 #16

sraorao opened this issue Sep 18, 2018 · 4 comments

Comments

@sraorao
Copy link

sraorao commented Sep 18, 2018

Hi, apologies for cross-posting, I wonder if I can get some information regarding this from the deTiN team too.

Is it possible to generate inputs for deTiN using GATK4 (4.0.6.0)? Specifically, is there a way to get the call-stats file from Mutect2 and is there an equivalent way to generate the SNP statistics file and aSCNV seg file using GATK 4.0.6.0? For example, do f and tau referred to here https://github.com/broadinstitute/deTiN/wiki/Description-of-inputs relate to MINOR_ALLELE_FRACTION_POSTERIOR_50 and LOG2_COPY_RATIO_POSTERIOR_50 respectively in GATK4 (4.0.6.0) ModelSegments output?

Thanks.

@amarotaylor
Copy link
Collaborator

Hi Sraorao,

No worries. Im not sure how to transform M2 callstats files into the M1 format. I recommend running MuTect1. DeTiN supports input from GATK 4.0.6.0 for the copy number data. You can just run as normal and deTiN will use MINOR_ALLELE_FRACTION_POSTERIOR_50 and LOG2_COPY_RATIO_POSTERIOR_50 automatically. GATK will generate a SNPs file for you:

https://gatkforums.broadinstitute.org/gatk/discussion/7719/overview-of-getbayesianhetcoverage-for-heterozygous-snp-calling

@sraorao sraorao closed this as completed Sep 19, 2018
@Diogopell
Copy link

Wait! Doesn't the README https://github.com/broadinstitute/deTiN/blob/master/README.md it uses Mutect2 data?

@Diogopell
Copy link

So you used Mutext1 to create --mutation_data_path and Mutect2 to create --indel_data_path?

@amarotaylor
Copy link
Collaborator

amarotaylor commented Oct 16, 2018

Yup. I agree it seems a bit weird. I've found that SSNV calls from M1 are superior to calls from M2. M2 is a pretty good indel caller though (Strelka is also good).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants