pairwise comparison local BLAST
2
0
Entering edit mode
9.0 years ago

Hi,

I have to perform multiple pairwise blast comparisons, via the command line interface, in order to check how well overlap sequence match (typically 1000 bases at one end should match 1000 bases at the start of the other). Can I do this without having to compile a database for each piece?

genome sequence blast • 3.5k views
ADD COMMENT
0
Entering edit mode

Is there a reason you want to use blast for this?

ADD REPLY
0
Entering edit mode

I want to check the specificity of the overlaps

ADD REPLY
0
Entering edit mode
9.0 years ago

Use the -subject option. But it will be faster if you generate database for each sequences.

Furthermore I recommend use as low word size (-word_size) as you can. Default word size of blastn (megablast) is 28 which may be too high for your purpose.

ADD COMMENT
0
Entering edit mode
9.0 years ago

Or maybe you can define -task dc-megablast if you want to find sequences with not a very high homology

ADD COMMENT

Login before adding your answer.

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