Bl2Seq With Multi Fasta
2
3
Entering edit mode
13.4 years ago
Jacek ▴ 100

Hello,

I have two groups of sequences in separate files (1.fasta and 2.fasta). I need to make comparison between them. However I cannot run

bl2seq -i 1.fa -j 2.fa -p blastp -o output

because bl2seq is expecting only one sequence in a fasta file.

Is splitting multi fasta files the only option to compare each sequence in 1.fa with each sequence in 2.fa?

Thanks for help

blast blast fasta • 4.7k views
ADD COMMENT
0
Entering edit mode

Is there any reason you don't use a dedicated alignment tool instead of blast?

ADD REPLY
5
Entering edit mode
13.4 years ago
Neilfws 49k

Correct: bl2seq, as the name suggests - "BLAST 2 sequences" - is for the comparison of one sequence to another.

You have 3 options:

  1. Split the multi-fasta files into separate sequences; lots of tools to do this, some have been discussed at this site
  2. Use formatdb to create a BLAST database from one of the multi-fasta files and BLAST the other against it
  3. See Michael's comment, below
ADD COMMENT
0
Entering edit mode
  1. Use a dedicated alignment tool instead of blast.
ADD REPLY
0
Entering edit mode
13.4 years ago
Darked89 4.6k

For a small number of short sequences (say 20 ESTs vs 4 splice forms) you may use dotplot (program: dotter). It is easy to see rearrangements or regions of high/low similarity. Not good if you need hard numbers.

ADD COMMENT

Login before adding your answer.

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