whole genome annotation using annovar, what is -xref example/gene_xref.txt?
0
0
Entering edit mode
5.9 years ago
Sharon ▴ 600

Hi Everyone

For annotating whole genome tsv files with annovar, I converted my whole genome var.tsv file to annovar input format using:

${ANNOVAR}/convert2annovar.pl -format cg -out fxxm1.annovar.input  var-GS00x-ASM.tsv

To annotate I used:

${ANNOVAR}/table_annovar.pl fxxm1.annovar.input  ${ANNOVAR}/humandb/ -buildver hg19 -out ${M1} -remove -protocol refGene,ensGene,cytoBand,gnomad_exome,exac03,avsnp147,\
        dbnsfp30a,clinvar_20170130,mitimpact2,revel -operation g,g,f,f,f,f,f,f,f,f  -nastring . -csvout -polish -xref ${ANNOVAR}/example/gene_xref.txt

My question is about: example/gene_xref.txt

Should I use the same file in annovar example folder or I should generate my own file gene_xref.txt? If yes, how this annotation file is generated.

Thanks

whole genome Annovar • 2.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 2016 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