GithubHelp home page GithubHelp logo

Comments (3)

kaichop avatar kaichop commented on August 15, 2024

please can you provide details, including examples?

from doc-annovar.

viv-1 avatar viv-1 commented on August 15, 2024

If I launch the command :
table_annovar.pl myfile.var /data/annotations/Galaxy/Human/hg19/annovar/ -buildver hg19 -protocol refGene -operation g -nastring NA -outfile ./test -otherinfo

I can have for example a line like this :
Chr Start End Ref Alt Func.refGene Gene.refGene GeneDetail.refGene ExonicFunc.refGene AAChange.refGene Otherinfo
chr2 215593261 215593261 -0 T UTR3 BARD1 NM_000465:c._138__139insA NM_001282549:c._138__139insA NM_001282548:c._138__139insA NM_001282543:c._138__139insA NM_001282545:c._138__139insA NA NA chr2 215593261 . C CT . PASS ADP=497;WT=0;HET=1;HOM=0;NC=0 GT:GQ:SDP:DP:RD:AD:FREQ:PVAL:RBQ:ABQ:RDF:RDR:ADF:ADR 0/1:0:847:497:130:247:33.56%:9.8E-1:36:23:108:22:136:111

You can see that hgvs annotaion for multiple nm accession are separated by a tabulation. This cause a shift. In this line entries does not correspond to want is described in header.

I also found today the same thing if multiple gene name / accession are reported for variants tagged as upstream.
Example :
chr2 215674436 215674436 C T upstream AC072062.1 BARD1 NA NA NA chr2 215674436 . C T . PASS ADP=171;WT=0;HET=0;HOM=1;NC=0 GT:GQ:SDP:DP:RD:AD:FREQ:PVAL:RBQ:ABQ:RDF:RDR:ADF:ADR 1/1:0:171:171:0:171:100%:9.8E-1:0:38:0:0:0:171

I used the last version of annovar you published 2 days ago.

from doc-annovar.

kaichop avatar kaichop commented on August 15, 2024

I am unable to reproduce this.

The first line is invalid input (chr2 215593261 215593261 -0 T), and it should not even generate a result.

The second input (chr2 215674436 215674436 C T) is valid, but my result looks correct.
chr2 215674436 215674436 C T upstream BARD1,LOC101928103 NA NA NA

For the first input, if I change to a valid input (chr2 215593261 215593261 0 T)), I get correct result
chr2 215593261 215593261 0 T UTR3 BARD1 NM_000465:c._1390>A,NM_001282543:c._1390>A,NM_001282549:c._1390>A,NM_001282548:c._1390>A,NM_001282545:c.*1390>A NA NA

My guess is that you have used Microsoft Excel to open the TXT files, and you have selected "separate by tab" and "separate by comma", so that your column is shifted. Please examine the result file in a text editor to confirm.

from doc-annovar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.