Hello, I have performed a comparative microRNA analysis using miRDeep2, getting about 15 million reads mapped (based on the intensities in the csv output files). I have repeated the analysis, this time using the Bowtie>DeSeq strategy but to my surprise the RSEQC tool, bam_stat.py indicates that only about 6,000 reads were aligned. The alignment discrepancy between miRDeep2 and Bowtie is puzzling to me because miRDeep2 uses Bowtie. I have tried Bowtie with and without clipping the adaptors, using the perl script from miRDeep2, getting the same discrepancy. Can somebody comment on this? Also, does anybody know how to convert the *.arf files from miRDeep2, to a *.sam or *.bam one? Thanks in advance. G.
How are the name of the sequences you map w bowtie? are directly the reads? or the unique sequences? Normally reads are collapsed in unique sequences with this name: seq6x3456 where 3456 are the counts. If u map unique sequences with names u have to sum those numbers to get the total mapped. Also, are u mapping against the genome or precursors? It is very weird, also u can look for the command mirdeep use to map and see the parameters.