This is a test version of Biostars. For the public version, visit https://www.biostars.org.
convert SNP calls to amino acid change

I am wondering if I have a maf file describing the snps, how can I easily convert it to amino acid changes.

Missense_Mutation 23 66937331 66937331 T A -> L729I

I know I can grab the sequences around the mutation point (also needs to know where is the start codon),

and use the triplets table to find it out the changes.

I just want to know if there is an existing tool for that.

Thanks,
Ming

snp amino-acid

2 answers

Roundabout way is to

It looks like VEP can do this job: http://useast.ensembl.org/info/docs/tools/vep/vep_formats.html?redirect=no

Ming

Log in to answer this question.