Blastn for Short Sequences
1
0
Entering edit mode
7.7 years ago

Hi, I want to do Blastn for short sequences. e.g sequence with length of 11 nucleotides. Here is the sample.

test.fa

>Query_1
TGTTCAGCACT
$ blastn -db anyGenome -query test.fa -task "blastn-short" -output test_Output -outfmt 7 -word_size 7 -dust yes -evalue 1000 -ungapped

But Blast didn't return any hits. How I can make Blastn working for short nucleotides?

Thank you so much for your precious time.

Regards
Muhammad Shahbaz

blast alignment next-gen • 4.5k views
ADD COMMENT
0
Entering edit mode

I tried matching short sequences (<10bp) with bowtie2. It seems to work. The multiple match limit maybe will have to adjusted and alignments would be in SAM format. Just in case.

ADD REPLY
2
Entering edit mode
7.7 years ago
Asaf 10k

Try shorter word size (minimum is 4) and try testing on a sequence from the db.

ADD COMMENT
2
Entering edit mode

You probably also need to increase the E-value threshold.

ADD REPLY

Login before adding your answer.

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