Hello everyone
I am working with VCF files. I want to extract peptides from mutations that have occurred. for example I have one mutation p.I2447_I2448del
and three NM accessions for that in refseq column (NM_015046.7;NM_001351528.2;NM_001351527.1
) . I get protein sequence by those accession numbers. now I have three protein sequence and I apply this mutation p.I2447_I2448del
for all of them, but in 2447_2448
positions there are SP
amino acids instead of II
in second protein sequence from NM_001351528.2
. So what should I do?
Thanks a lot
You have RNA accession ids for a protein change. What is the NP accession? Could you check your naming here: https://mutalyzer.nl/ ? Also, HGVS uses three letter amino acid instead of single ones.
Thanks for your response. Actually i am using MAF file (other type of vcf file). there is not NP accession number in it. I meant HGVSp_Short.
what did you use to map the VCF to the hgvs?