aquaskyline / Clairvoyante

Clairvoyante: a multi-task convolutional deep neural network for variant calling in Single Molecule Sequencing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNV report is not consistent with the bam file

HJTsai opened this issue · comments

Hi,

image
image
These figures show a INDEL was reported, however there are no INDEL in the bam file.

Could you help us to resolve this problem?

Thanks

HJ Tsai

It's possible that even without read support, the network thinks a variant should exist, the AF will be 0 for these cases. You might want to remove all the calls with 0 AF before using them for analysis.

Please also try Clair, which is a newer version of Clariovyante, https://github.com/HKU-BAL/Clair.