Entering edit mode
16 months ago
MH85
▴
20
Hi everyone,
I have miRNA reads with a mean length of 21bp. I want to map these reads onto human miRNA reference sequences (miRBase) that have a mean length of 22bp (ranging from 16bp - 28bp).
The current command is
bowtie --seedmms 1 -p 1 -k 1 --seedlen 25 --best
Q1. With -k 1 and --best, what happens if one read maps onto two references with exactly the same mapping values?
Q2. What happens when seed is longer than read? Should not be seed set always shorter than the length of the read?
Thanks a lot in advance
Milos