SNP calling specific genes with GATK
1
0
Entering edit mode
4.0 years ago
gubrins ▴ 290

Good afternoon, I'm trying to do the SNP calling of some files from a target-capture sequencing experiment with GATK. I don't have any problem but I've seen that with Freebayes I can do the SNP calling specifically of my target genes, and this would help me a lot to get the fasta files

freebayes --fasta-reference /ufrc/rgenomics/share/Probe_Design/Podarcis/POR_100801/ANALYSIS/POR_100801_File1_2_3.fasta --bam-list /ufrc/rgenomics/share/Data_Analysis/TARGETseq/POR_1008/POR_100801/6_FreeBayes/6.1/list_of_bams.txt --targets /ufrc/rgenomics/share/Data_Analysis/TARGETseq/POR_1008/POR_100801/6_FreeBayes/6.2/RG_6702_Probes_noOverlap_nomito_split/pt100_RG_6702_Probes_noOverlap_nomito.bed --max-complex-gap 1 --theta 0.01 --ploidy 2 --min-alternate-fraction 0.2 --min-alternate-count 2 --min-coverage 8 --min-mapping-quality 1 --min-base-quality 20 --report-genotype-likelihood-max --no-complex --no-mnps --no-indels

Do you know if I can do this with HaplotypeCaller or GenotypeGVCFs? I would really appreciate your help, as is almost the last step I need to obtain the fasta files. Thank you!!

gatk vcf target-capture sequencing target capture • 924 views
ADD COMMENT
2
Entering edit mode
4.0 years ago
bruce.moran ▴ 960

Yes, you can use the -L/--intervals flag as per this link

ADD COMMENT

Login before adding your answer.

Traffic: 2594 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6