You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the HGVS nucleotide names from the VCFs, created by SnpEff, give the nucleotide mutation position as referenced from the start of the protein. HGVS recommendations require the position to be given with respect to the reference nucleotide sequence.
So, we can either:
rewrite those positions to match the number in the pos column, or
put the transcript identifier in brackets, eg. NG_012232.1(NM_004006.2):c.93G>T
The text was updated successfully, but these errors were encountered:
Currently, the HGVS nucleotide names from the VCFs, created by SnpEff, give the nucleotide mutation position as referenced from the start of the protein. HGVS recommendations require the position to be given with respect to the reference nucleotide sequence.
So, we can either:
pos
column, orNG_012232.1(NM_004006.2):c.93G>T
The text was updated successfully, but these errors were encountered: