Tool to classify RNA types from your RNA-seq experiment
Hi all, I'm looking for a tool I can use to categorize the RNA's from my seq experiment similarly to what is shown below. I saw somewhere that Picard tools may do the trick, but I couldn't find this functionality after a quick look.
Any suggestion would be greatly appreaciated :)

• 3,297 views
•
link
1 answer
The GTF file for your given annotation may have this information. You could also use biomaRt to take the gene (or transcript) IDs and find their biotype, then it's a simple case of counting numbers for each category.
• 0 views
•
link
Log in to answer this question.