This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Length of RNAseq reads

Hi,

I need to do the mapping of RNAseq reads on mouse genome reference to find the miRNAs count. My data contains reads length 20-50nt, but miRNAs has about 22nt, so I wanna map just reads about this length.

What is the best:

  • To filter (extract of the data) just reads 22nt
  • To cut reads bigger than 22nt to obtain just reads with this length?

Thanks

rna-seq mirna

I suggest you to first perform adapter trimming as they are the most likely source of the additional length. As for read length filtering, a simple perl script or awk script can easily achieve what you would like to do.

0 answers

No answers yet.

Log in to answer this question.