Score bit in multiple BLAST
1
0
Entering edit mode
8.1 years ago
m.shahdoost ▴ 20

Hi I want to blast two data-sets with each other. actually I want the bit score of pairwise blast of two data-sets. But I have a little information about its possibility and also the appropriate software for this job. Please help me.

blast • 1.8k views
ADD COMMENT
0
Entering edit mode

You can blast the two groups against each other using the command line blast. Here is the manual to get you started.

If the sequences are homologous (and are longer than 25-30 characters) then blat could also be used.

ADD REPLY
0
Entering edit mode
8.1 years ago
Chirag Nepal ★ 2.4k

You can use BLAST (blastall -p blastn -i INPUTFASTA -d YOURDATASET -e EVALUECUTOFF -m 8) to get bit-score or e-value between two or more sequences. Using -m 8, gives the output in tabular matrix making it easier to parse. For more parameters, refer to the blast help options.

ADD COMMENT

Login before adding your answer.

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