How are the variants called by samtools?
0
0
Entering edit mode
8.2 years ago

Sorry if this question sounds ridiculous but I am very much puzzled as how variants are called by samtools? I mean what is the correct path?

samtools mpileup created the mpileup file or vcf file which have the variants? What does BAQ does; I suppose it is bundled with samtools, is that correct?

Also, what does bcf tools call function does. I am totally confused at this point; please help

samtools BAQ • 2.1k views
ADD COMMENT
0
Entering edit mode

Did you mean this?

samtools mpileup -d $coverage_max -L $coverage_max -E -uf reference.fasta input.bam -P ILLUMINA -Q 30 | bcftools view -bvgc - > calls.bcf
bcftools view calls.bcf | vcfutils varFilter -d 30 -a 10 -1 0.001 -2 0.001 -3 0 -4 0.0001 - > calls.vcf
ADD REPLY
0
Entering edit mode

Yes, can you explain it a little bit like what parameter and what tool is doing what?

ADD REPLY

Login before adding your answer.

Traffic: 2649 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