We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The results of snpeff are not consistent with the HGVS nomenclature(protein level).
CMD: java -jar /Packages/snpEff_5.2c/snpEff/snpEff.jar -noStats -no PROTEIN_STRUCTURAL_INTERACTION_LOCUS -no-downstream -no-intergenic -no NEXT_PROT -hgvs1LetterAa -hgvsTrId hg19 caller.vcf >tmp.vcf
java -jar /Packages/snpEff_5.2c/snpEff/snpEff.jar -noStats -no PROTEIN_STRUCTURAL_INTERACTION_LOCUS -no-downstream -no-intergenic -no NEXT_PROT -hgvs1LetterAa -hgvsTrId hg19 caller.vcf >tmp.vcf
version: 5.2c
5.2c
the snpeff result: chr5 236676 . GGG AGA . NM5.25;PASS;v3 ANN=AGA|missense_variant|MODERATE|SDHA|SDHA|transcript|NM_004168.4|protein_coding|10/15|NM_004168.4:c.1394_1396delGGGinsAGA|NM_004168.4:p.RA465QT|1430/2693|1394/1995|465/664|
p.RA465QT
I think the correct result is p.R465_A466delinsQT, not p.RA465QT
p.R465_A466delinsQT
Explanation on the HGVS website(https://hgvs-nomenclature.org/stable/recommendations/protein/substitution/#discussion):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The results of snpeff are not consistent with the HGVS nomenclature(protein level).
CMD:
java -jar /Packages/snpEff_5.2c/snpEff/snpEff.jar -noStats -no PROTEIN_STRUCTURAL_INTERACTION_LOCUS -no-downstream -no-intergenic -no NEXT_PROT -hgvs1LetterAa -hgvsTrId hg19 caller.vcf >tmp.vcf
version:
5.2c
the snpeff result:
chr5 236676 . GGG AGA . NM5.25;PASS;v3 ANN=AGA|missense_variant|MODERATE|SDHA|SDHA|transcript|NM_004168.4|protein_coding|10/15|NM_004168.4:c.1394_1396delGGGinsAGA|NM_004168.4:
p.RA465QT
|1430/2693|1394/1995|465/664|I think the correct result is
p.R465_A466delinsQT
, notp.RA465QT
Explanation on the HGVS website(https://hgvs-nomenclature.org/stable/recommendations/protein/substitution/#discussion):
The text was updated successfully, but these errors were encountered: