This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is removing rRNAs, tRNAs, etc really a necessary step in the miRNA analysis?

I have some small RNA seq data to analyze miRNAs. I trimmed the adaptors, selected reads of 18-25 nt, mapped the reads to the genome, detected novel and conserved miRNAs using mirdeep2. I’ve already done DE analysis and target predictions. However, I realized that I did not remove rRBAs, tRNAs, mRNAs, and other types of ncRNAs. I know I can filter them out using the Rfam and NCBI database. But is it really a necessary step to filter them out? It will take me a long time to do these analysis.

mirdeep2 mirna rna-seq

Dear sir, I also would like to remove rRNAs, tRNAs, mRNAs, and other types of ncRNAs using Rfam. I have no idea about it. can you please share some links related to this?.

Thanks KAMALAKKANNAN R

Do you want to remove these by using a standard identifier (e.g. from Pfam) or based on sequence?

Thanks for your reply sir, I want to go with sequence based one

2 answers

Rfam sequence files: https://docs.rfam.org/en/latest/ftp-help.html

You could also download the sequences you need for a species from: https://rnacentral.org/

Then it would be a matter of creating indexes and aligning your data.

One approach is to make sure all the 'unwanted' RNAs exist in your reference genome and then exclude these from any downstream analysis. If you're aligning to human you might want to try the T2T genome as you might have better luck discovering novel miRNAs in this genome.

Log in to answer this question.