This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to get the mutated protein sequence from the DNA mutation information like the VCF or MAF file?

I've got the DNA mutation information which can be in a file format like VCF or MAF. Actually what I want to look at is how the mutation influence the corresponding amino acid changes.

Are there any tools can generate the mutated protein sequences corresponding to the mutated DNA in batch?

Many thanks.

protein sequence dna mutation

@bioinflix May I know from where you got the DNA mutation information which are in file format like VCF or MAF?

Are you interested in a particular protein or a group of targets?

2 answers

Great question (for that reason I upvoted it). You might try the R package "CustomProDB" which takes a VCF as input and outputs a protein fasta incorporating SNVs and Indels.

http://www.bioconductor.org/packages/release/bioc/html/customProDB.html

Thanks a lot! That really helps a lot for me!

There are also python package : pyGeno - http://pygeno.iric.ca/ I don't the pros and cons of each one.

Log in to answer this question.