I have a .vcf file with regular variant information as : chr, pos, ref, alt, etc. I wanted to find a hgvs c-syntax and p-syntax for every one of them. Now, I used this tool hgvs to do just that. I found a transcript id from chromosome and pos from refSeq .gtf file [Hg19] and entered the genome, transcript, chrom, pos, ref, alt to get a hgvs_name
, but it generates a c-syntax.
How can I similarly generate a p-syntax? I think, the tool will provide me with one if I give a relevant 'NP_...' transcript_id. But where do I find that protein-related id from?