Getting Blastx Translated Query
1
0
Entering edit mode
11.7 years ago
DoubleDecker ▴ 180

I was wondering if there is a way to retrive the translated nucleotide query used to obtain a given hit in blastx? I want to get the translated sequence from my query in the correct frame based on my blastx results.

• 4.0k views
ADD COMMENT
2
Entering edit mode
11.7 years ago

You can use biopython/bioperl to retrieve the translation frame of your blast result. Then use that frame to do a translation of your query nucleotide sequence.

Here is how to parse the blast output: http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc90

Here is how to do a translation of your nucleotide sequence: http://biopython.org/DIST/docs/tutorial/Tutorial.html#htoc25

ADD COMMENT

Login before adding your answer.

Traffic: 2018 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6