Thanks a lot! That really helps a lot for me!
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.
• 9,754 views
•
link
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
• 0 views
•
link
• 0 views
•
link
There are also python package : pyGeno - http://pygeno.iric.ca/ I don't the pros and cons of each one.
• 0 views
•
link
Log in to answer this question.
@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?