Hi everyone,
I'm working on miRNA data right now (which is very new field for me). I'm trying to filter out only those reads which belongs to miRBase. Here is my procedure.
Align all reads with bowtie2 (default settings) to the reference build index. Which gives me 92.23% overall alignment rate - looks good so far.
Building new index with miRBase hairpin data (with U/T conversion) and then bowtie2 alignment to this index. Last alignment provides only 5.17% overall alignment rate.
Also I've checked first alignment with genome browser using miRNA annotations which clearly shows that reads rarely align to mRNA so it should be fine.
Do you have any clue how to solve this problem? Is it common to have only ~5% coverage of miRNA sequences while data originate from miRNA sequencing?
I'm working on miRNA data right now (which is very new field for me). I'm trying to filter out only those reads which belongs to miRBase. Here is my procedure.
Align all reads with bowtie2 (default settings) to the reference build index. Which gives me 92.23% overall alignment rate - looks good so far.
Building new index with miRBase hairpin data (with U/T conversion) and then bowtie2 alignment to this index. Last alignment provides only 5.17% overall alignment rate.
Also I've checked first alignment with genome browser using miRNA annotations which clearly shows that reads rarely align to mRNA so it should be fine.
Do you have any clue how to solve this problem? Is it common to have only ~5% coverage of miRNA sequences while data originate from miRNA sequencing?
Comment