Mouse miRNA mapping
0
0
Entering edit mode
23 months ago

Hello everybody,

I'm trying to map some mouse (mus musculus) miRNA reads on reference mature miRNA sequences from miRBase with Bowtie.

Problem is that the percentage of aligned reads is very low, between 1% and 5%.

Here the bowtie parameters I used:

-n 1  -l 10  -k 1  -m 1  --best  --strata

Any idea on how I could improve the alignment?

Thank you in advance!

mirbase mouse alignment bowtie mirna • 615 views
ADD COMMENT
0
Entering edit mode

You're using Bowtie 1 which requires end-to-end alignment, it might not be the best option. Try bowtie2 with --local, you might want to allow a seed mismatch (-N 1).

ADD REPLY
0
Entering edit mode

I will try with bowtie2 then. Thank you for the suggestion.

ADD REPLY

Login before adding your answer.

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