Blasting two databases
2
0
Entering edit mode
3.5 years ago
vlavanya • 0

I would like to blast two databases of around 50,000 sequences each against one another. Is there a way to do this?

assembly • 488 views
ADD COMMENT
0
Entering edit mode
3.5 years ago
GenoMax 141k

Blasting two databases

I assume you mean two sets of sequences since databases can't be blasted against each other.

This can be easily done using blat (LINK Jim Kent from UCSC) or blast+ if you prefer that. With blat you would not need to create database indexes, just search with one file against the other. With blast+ you will need to create indexes for one and use that as the database to search against.

Use a tabular output format like 6 or 7 to make parsing easier later.

Note: blat would be useful only if your sequences are reasonably similar. If they are not then you should use blast+.

ADD COMMENT
0
Entering edit mode
3.4 years ago

You can do a reciprocal blast search (which I think is intended here) using a tool like proteinortho https://www.bioinf.uni-leipzig.de/Software/proteinortho/

ADD COMMENT

Login before adding your answer.

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