sorting blast results by sseq coverage
0
0
Entering edit mode
4.9 years ago
nheb1977 • 0

my query blastn search returns - 3 sequences tie ( subject sequence) with identical score , e-value and alignment length.

These 3 sequences are of different length. Is there any way to output results so that the hit with highest subject sequence coverage (or in other words, the shortest hit) is displayed first?

blast • 1.0k views
ADD COMMENT
1
Entering edit mode

Hi nheb1977,

Try adding -outfmt "6 qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore slen" when running BLAST, then sort the results using sort -k1,1 -k12,12nr -k11,11n -k4,4nr -k13,13n.

ADD REPLY

Login before adding your answer.

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