genome-nexus / annotation-tools

Tools developed for AACR GENIE to allow annotation of vcf and maf files from a number of centers and merging the results
MIT License
6 stars 15 forks source link

Genome Nexus sometimes annotates SNV as ONP #33

Open thomasyu888 opened 3 years ago

thomasyu888 commented 3 years ago
thomasyu888 commented 3 years ago

Taking a quick look at this, i reach similar initial conclusions as #32

as1000 commented 3 years ago

Seems to be the same problem as #32, regarding the reference allele.

ao508 commented 3 years ago

Is the variant in the intermediate file labeled as ONP or is the annotated record coming back from Genome Nexus as ONP

sheridancbio commented 3 years ago

Similar to my recent comment in #32, These two cases include Reference_Allele inputs which are discrepant from the UCSC Browser results when querying these positions (believed to represent the latest/final version of the hg19/GRCh37 genome assembly, and to be consistent with the VEP cache version in use in genome nexus):

Chromosome  Start_Position  Reference_Allele    UCSC_browser_hg19   Tumor_Seq_Allele2   Tumor_Sample_Barcode
17  7578456 TGGCGCG GCGGACG TGGCAAG SAGE-1
17  7578397 GAA TGG TCC SAGE-1

Because the reported Reference_Allele does not match the allele in the reference genome assembly in use by VEP, we are confirming that these cases should have been marked with a failure to annotate, maybe giving additional information that the cause was a mismatch in the Reference_allele column.