This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mapping Very Short (<20 Bp) Reads

Hi,

Can anyone suggest an aligner which can handle mapping very short reads (<20 bp) to a reference genome?

Thank you.

short aligner

What kind of experiment? RNA-seq? Genome ?

What kind of experiment? RNA-seq? What genome? bacteria ?

And how many reads?

2 answers

I think you can use any of the short reads aligners. Just be careful to set number of mismatches to 0 or 1 and maybe disable indels, as @ 20bp sequence length the probability of random match is quite high. That depends of course on the size of your genome.
What is your reference genome size?

yes try bowtie with -v 0 parameter to set the number of mismatches to 0

I tried SOAP2 and bowtie. SOAP2 could only align reads >30 bp but bowtie did the job beautifully.

I'm using GEM-mapper for most aplications - give it a try:)

Log in to answer this question.