friend1ws / nanomonsv

SV detection tool for nanopore sequence reads
GNU General Public License v3.0
88 stars 12 forks source link

Genotyping variants #13

Open Akazhiel opened 3 years ago

Akazhiel commented 3 years ago

Greetings!

Do you have any plans on implementing the genotyping of the variants? Or if you recommend tool that could genotype the VCF output of nanomonsv.

Cheers!

friend1ws commented 3 years ago

Hi, could you explain more about the "genotyping the variant" in this context?

Akazhiel commented 3 years ago

Hello!

Yes of course. In the VCF it's reported the number of reads that are checked in the normal and tumor and the number of reads that support the variant in normal and tumor. I was asking if the variant could be genotyped in each sample like other SV callers do and note if it's homozygous 0/0 or homozygous 1/1 or heterozygous 0/1. And maybe change the FORMAT field to a more standard nomenclature with GT:DR:DV, where each of the keys correspond to:

##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=DR,Number=1,Type=Integer,Description="# High-quality reference reads">
##FORMAT=<ID=DV,Number=1,Type=Integer,Description="# High-quality variant reads">
skeremaydin commented 7 months ago

@Akazhiel you are right! The deficiency of this tool is hindering downstream bioinformatics processes, to the extent that annotation is not even being performed.