Hey Guys - New to RNAseq. I used featureCounts to generate a table that has my gene id's and the counts for my untreated and treated samples (did smallRNAseq). I want to be able to convert this data into a summary by RNA class (i.e. what % of these reads are miRNA, snoRNA, rRNA etc). Can someone share how to do this or point me in the right direction. I've read a few things online but it makes no sense to me.
To add to complications... I also have a seperate table of tRNA genes and their counts for untreated vs treated. My end objective is to be able to say x% of reads were tRNAs, x% were miRNA, x% were snoRNAs etc.
Hi EagleEye, I've already generated a table in the terminal that looks like the following:
saved as a .txt file. Would I still have to carry out 2) or would I be able to go straight to 3).
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.This comment belongs under @EagleEye's answer.
You mean you got matrix like this,
Yes exactly, thats the matrix I've got !
Consider this matrix as 'featurecounts.matrix' in the below example. Follow other steps I mentioned.