WGLab / doc-ANNOVAR

Documentation for the ANNOVAR software
http://annovar.openbioinformatics.org
225 stars 345 forks source link

CNV annotations. #133

Open kghimire09 opened 3 years ago

kghimire09 commented 3 years ago

Hi I have a vcf with CNV (copy number variants) generated from CNVnator and I want to annotate it as gene-based. Could you please help me with this?

Thank you

kaichop commented 3 years ago

you can just use "chr start end 0 0" as the first five column and annotate it, since the exact ref/alt is not known.

On Thu, May 6, 2021 at 10:27 AM kghimire @.***> wrote:

Hi I have a vcf with CNV (copy number variants) generated from CNVnator and I want to annotate it as gene-based. Could you please help me with this?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WGLab/doc-ANNOVAR/issues/133, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OFALKA3WXXF466JZL3TMKROFANCNFSM44HFHZVQ .

kghimire09 commented 3 years ago

Thank you for your quick response. Will the annotating data and the code be the same for CNV as they will be for SNP/INDELS?