Hi biostars,
I've short RNA reads (18-47 nt). I want to perform the alignment, for that I've two questions: 1- Can I use STAR to perform the alignment ? if no, what alignment program do you recommend me ? 2- Shall I align the reads against the reference genome (for example Homo_sapiens.GRCh38.dna.primary_assembly.fa), or It is recommended to include other databases for miRNAs (miRBase) for example ?
Thanks in advance
Segemehl is also a good option, since you can specify the minimum length of the spliced fragment (-Z option) in your case and also increase the accuracy (-A) and decrease evalues for split alignments (-w).
Hi all,
Thank you for your replies. Finally I've tried STAR and Bowtie (not Bowtie2).
1- I've used STAR by setting the more important parameters as follows:
Here is the final log file content generated by STAR:
According to this, I got a very low rate of uniquely mapped reads (I used the parameter --outFilterMultimapNmax 10).
How can I improve the uniquely mapped reads rate ?
2 - I've also used Bowtie to map the same sample to the same reference genome. Bowtie didn't output the number of uniquely mapped reads and the number of multimapped reads as STAR did. I checked the log file generated by Bowtie:
I want to output the number of uniquely mapped reads and multimapped reads from the sam file generated by bowtie. So I have done the following:
But it didn't work for me, and I got a wrong number of uniquely mapped reads. I know that those commands work for files generated by bowtie2.
Do you have any solution able to retrieve the number of uniquely mapped, and multimapped reads from the sam file generated by bowtie ?
Thanks a lot