-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
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: |
Wait! Doesn't the README https://github.com/broadinstitute/deTiN/blob/master/README.md it uses Mutect2 data? |
So you used Mutext1 to create --mutation_data_path and Mutect2 to create --indel_data_path? |
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). |
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
andtau
referred to here https://github.com/broadinstitute/deTiN/wiki/Description-of-inputs relate toMINOR_ALLELE_FRACTION_POSTERIOR_50
andLOG2_COPY_RATIO_POSTERIOR_50
respectively in GATK4 (4.0.6.0) ModelSegments output?Thanks.
The text was updated successfully, but these errors were encountered: