Blasting one gene/protein against all complete genomes from bacteria and archaea
0
0
Entering edit mode
4.9 years ago
kilikun • 0

Hey,

even though I've used BLAST for various things in the past, I've encountered a problem, that I could not solve myself.

I've a list of taxid's or organism names with complete genomes (n=400) and a gene sequence/protein sequence (roughly 450 AS/ 1500 nt) from my model organism. I want to retrieve the most similar hits of this gene sequence in each of the 400 genomes. How can I do that online or by using a Biopython script?

I know, that I can restrict a BLAST search to one or up to 20 genomes using the NCBI website, but not more than that.

Best, kilikun

Blast Genome • 895 views
ADD COMMENT
1
Entering edit mode

Make a database with 'makeblastdb' from all your genomes.

Then run blastx in this database.

See my old post with some details:

A: trouble in blasting the seq file

To select between blastp and blastx, see the following posts:

A: which one is better to do, blastx or blastp?

which one is better to do, blastx or blastp?

ADD REPLY
0
Entering edit mode

How can I do that online or by using a Biopython script?

If that is the only way then 20 rounds of online blast to cover the 400 genomes.

Otherwise you could blast locally against nr and restrict to taxID's you are interested in.

ADD REPLY

Login before adding your answer.

Traffic: 1271 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