![]() |
quickly extract amino acid sequence
Hi all,
I wonder if there is a handy tool or database to extract the amino acid sequence of a given coordinate on the human DNA. For example, given chr2:25457242, how to know what is the amino acid it is on and what are the flanking amino acids? Thank you! |
I would assume a quick way would be if you couple bedtools getfasta with a tool such as VEP or snpeff...
|
It will depend on the frame and orientation... You could make a short script extracting the nucleotides or the region (let's say 5 upstream and 5 downstream) and translate it yourself ...
|
Quote:
Thanks! |
Get flanking DNA sequence for your locus, and do blastx against a database of proteins. Then parse the blastx results. Let blastx figure out the right frame and orientation.
|
All times are GMT -8. The time now is 05:53 AM. |
Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2021, vBulletin Solutions, Inc.