Genotyping
0
0
Entering edit mode
16 months ago
kiran ▴ 10

Hello guys,

I'm very much in need of getting clarity to this doubt, please open a discussion regarding this.

I'm dealing with Genotyping tools which takes input files as aligned .Bam files and .Fasta(reference genome file) and gives the variant call.

My doubt:

Every genotyping tool is actually realigning the reads before calling a variant, but i want to know how is genotyping tool picking the reads to realign and how can we know which reads have realigned and what machanism they have used to realign. like (bowtie2 and bwa mem processes).

thanks for your time, really appreciate your time.

best regards, kiran.

realignment VCF Genotyping • 495 views
ADD COMMENT
1
Entering edit mode

I'm not sure how often realignment is used specifically any longer; many callers are using local assembly. The assembled haplotypes are then compared to the local reference sequence (divergent events will be anchored on both sizes by homozygous reference sequences) to establish a parsimonious representation of the events.

bcftools mpileup uses base alignment quality (10.1093/bioinformatics/btr076) as a quality score adjustment for potentially problematic local alignments; but does not attempt to re-align reads locally.

See https://qcb.ucla.edu/wp-content/uploads/sites/14/2016/03/GATKwr12-3-IndelRealignment.pdf

ADD REPLY
0
Entering edit mode

thank you so much, i will look into local assembly and also the link provided.

Actually i'm using tandem repeats genotyping tool, called GangSTR.

ADD REPLY

Login before adding your answer.

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