This is a test version of Biostars. For the public version, visit https://www.biostars.org.
annotating a vcf file containing Structural Variants

Dear all,

a simple question emerging from the SV calling efforts at their very beginning :

what tools would you recommend to use in order to annotate the VCF files (containing DEl, DUP, INV, TRA, INS) with the gene information (or other genome information) ?

thanks !

-- bogdan

snp snp gene

SV annotation (with OMIM, DGV, 1000g, haploinsufficiency, TAD, ... and also with your own in-house information) can be easily automated !

You can look at this post describing the annotSV tool: Annotation for SV and CNV

1 answer

ANNOVAR is my personal choice for annotating various genomic regions.

Some more options:

thank you, Igor ! I was just not very sure how Annovar works on the vcf formats from DELLY and MANTA ;)

It should work on any VCF. You can also convert VCF to ANNOVAR format with convert2annovar.pl and see if the output looks reasonable.

yes, indeed, Annovar works if I have the file in the format :

chr start end 0 0 chr start end 0 0

Log in to answer this question.