I've been trying out varscan for indel calling recently but I have an issue with the output, rather the information in the output... The field named Freq doesnt seem to agree with the different Reads fields in my output. Here is a couple of examples (I've formatted the output so that it is a bit more reader-friendly):
No code has to be inserted here.I'd have thought the frequency would be Reads2/(Reads1+Reads2), the reads supporting the variant over all the reads. This is not the case for most of my entries. They are all ball-park-close but few are spot on (I've included an entry that seems correct, the last one).
For the first row of my example: 13/14 = 0.9286 != 0.8667
However, what is 0.8667 is this: 13/15.
Are the reads wrong? Are the frequencies wrong? Are they calculated with different views on what is a supporting read? Something is going on that I cant seem to be able to figure out, or find searching forums etc.
I'm using VarScan v2.3.2, mpileup2indel with a few parameters:
--min-var-freq 0.001
--min-avg-qual 30
--min-reads2 10
--strand-filter 1
--p-value 0.9
I'm sure theres a simple answer, does anyone have it?
Cheers
//Adrian
No code has to be inserted here.I'd have thought the frequency would be Reads2/(Reads1+Reads2), the reads supporting the variant over all the reads. This is not the case for most of my entries. They are all ball-park-close but few are spot on (I've included an entry that seems correct, the last one).
For the first row of my example: 13/14 = 0.9286 != 0.8667
However, what is 0.8667 is this: 13/15.
Are the reads wrong? Are the frequencies wrong? Are they calculated with different views on what is a supporting read? Something is going on that I cant seem to be able to figure out, or find searching forums etc.
I'm using VarScan v2.3.2, mpileup2indel with a few parameters:
--min-var-freq 0.001
--min-avg-qual 30
--min-reads2 10
--strand-filter 1
--p-value 0.9
I'm sure theres a simple answer, does anyone have it?
Cheers
//Adrian
Comment