Clc genomics, variant caller
1
0
Entering edit mode
9.4 years ago

Can anyone explain me the difference betweent the quality-based or the probablistic variant caller?

sequencing SNP • 1.7k views
ADD COMMENT
0
Entering edit mode
9.4 years ago
skbrimer ▴ 740

The quality-based variant caller is base off the read quality at the SNP and the surrounding nucleotides and is based off the Neighborhood Quality Standard algorithm. Which basically means that if your data is good in that "neighborhood", everything but one or two gaps/mismatches and has a overall Q score of X then it feels confident in saying hey this is different.

The probabilistic variant caller is an error correct Bayesian algorithm that works of the mapped reads first. So it looks at all the reads for each position and generates a table of likely-hood ratios of seeing that nucleotide at that position. Then it compares it to your reference and if they are different it gets flagged as a possible SNP.

Either one would work, however the probabilistic might give you a higher false positive rate.

ADD COMMENT
0
Entering edit mode

I have used both, and what i see is that quality gives me mutch more delections and insertion and probablistic gives me more of altered nucleotides. So i'm thinking that maybe I will cross both results avoiding false positives from the two methods...

ADD REPLY

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