Open oneillkza opened 4 years ago
And, now that I think about it, I see the sentence "NOTE ./. or 0/0 is not counted as supporting a variant." in the docs. Since this is a subclonal heterozygous tumour variant, the allele frequency is less than 0.5, and Sniffles called the genotype as 0/0.
It might be helpful to have something in the documentation noting that num_callers can be set to zero to include variants like these.
Thanks for reaching out. This is indeed a point that I am also not sure what would be the smartest way. For de novo calls like yours 0/0 could be taken into account . For force calling (genotyping of known svs) a 0/0 should not be taken into account.
I will try to highlight this better. Thanks Fritz
Thanks for the response! (And for providing the tool in the first place).
Hi there,
I'm trying to use SURVIVOR to merge matching tumour and normal vcfs generated by sniffles from PromethION data. However, this seems to be erroneously losing variants during the merge. I've isolated one particular variant, which has extensive support in the tumour (9 reads), and which we know from previous work is a real variant in this cell line.
Minimal tumour.vcf (minus most of the header):
Minimal normal.vcf:
merged vcf (survivor_test.vcf):
SURVIVOR command:
Note how the tumour variant has SUPP_VEC=00. I had to set the num_callers parameter to 0 to get it to be included.