This is a test version of Biostars. For the public version, visit https://www.biostars.org.
removed rRNA tRNA in arabidopsis (using bowtie2)

Hello guys

I want to remove rRNA and tRNA in my RNA sequencing data

  1. How to remove rRNA and tRNA using bowtie2?
  2. Hw to download all plant noncoding RNAs from NCBI?

Please ASAP answer my question

Thank you

software-error rna-seq sequencing

1 answer

Hi, can you ASAP check on internet, there is lot of information available regarding that.

  1. Pull down rRNA and tRNA fasta files,
  2. build a bowtie index.
  3. Map your data to these indices and use
--un <path>           write unpaired reads that didn't align to <path>

Output will be a cleaned of r/tRNA sequences.

Other links :

2nd question:

HTH

Log in to answer this question.