Annotation of Structural Variants and CNVs
3
7
Entering edit mode
8.1 years ago
alons ▴ 270

Hi all,

We're performing NGS on cancer DNA samples with a custom panel of target regions in different genes.

Our structural variants & CNV detection pipeline currently consists of several programs such as Lumpy, Manta, Pindel, Breakdancer, Delly and CNVkit and the variants we're interested in are insertions / deletions (of all sizes), inversions, translocations, CNVs, Internal tandem-duplications and other duplications.

From your experience & knowledge, which tools do you recommend using the purpose of annotation of all sorts of structural variants and CNVs, preferably annotation of VCFs but not necessarily.

Thank you very much in advance! Alon


I realize this has been somewhat asked before but the posts I've found were at least 2-3 years old and didn't elaborate on cancer genomics or exome sequencing.

annotation structural variants cnv ngs cancer • 6.6k views
ADD COMMENT
2
Entering edit mode

I think brentp is working on adding/added SV support for VCFANNO? https://github.com/brentp/vcfanno

ADD REPLY
1
Entering edit mode

hi, Shamelessly latching on to your question. I too am looking for reliably annotating SVs (hopefully from VCFs). I am using Lumpy and Delly. thanks!

ADD REPLY
1
Entering edit mode

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

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

ADD REPLY
1
Entering edit mode
ADD COMMENT
0
Entering edit mode

Thanks, it looks good. Do you know any other annotators for our purposes that are more "open source"?

ADD REPLY
0
Entering edit mode

ANNOVAR is open source what are you talking about?

ADD REPLY
0
Entering edit mode

Not for service providers or commercial users, as mentioned in their download page, in red :)

If you are a commercial user/service provider, you are required to purchase a license to ANNOVAR from BIOBASE. For more information on how to obtain a commercial license please click here.

Annovar download page

ADD REPLY
2
Entering edit mode

Ahh sorry about that. I'm in academia so I glaze over such things. If you're still interested (and have some python chops) you can adapt my CNV annotation script. https://github.com/dantaki/gtCNV

The script you want is src/vcf.py. You can re-purpose functions like geneOverlap to fit your needs. Input is generally a list of tuples; tuples usually being (chrom,start,end,type)

If you're interested in genotyping CNVs please use my program. A paper is in the works. Don't be afraid to email me if a problem comes up.

ADD REPLY
1
Entering edit mode

Thanks so much! I will definitely check it out.

ADD REPLY
1
Entering edit mode

I just edited it and now the script is src/vcf_annotate.py to avoid confusion with pyVCF

ADD REPLY
0
Entering edit mode
7.1 years ago
geocarvalho ▴ 360

I'm searching something to annotate CNV in Genome, Exome and Target sequencing. For Genome the best promise to me was ADVISER, but it's online and didn't work to me. For exome I think that cnvScan could work well. I tried Annovar and Vep, but I need more information. What are you using today?

ADD COMMENT
0
Entering edit mode
4.9 years ago
abio • 0

Does VEP or snpEff not do a good job at annotating structural variants from CNVkit, Manta, Lumpy?

ADD COMMENT

Login before adding your answer.

Traffic: 2080 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6