How to separate different kinds of RNA in my list of gene
Dear all,
I have a normal RNA seq count table with around 40000 rows. In my data I would like to seperate "protein coding", long non-coding", "pseudo gene", "misc" RNA etc. to analyse each one of them separately. (I have the Ensemble ID corresponding to each row). is there a straight forward way to do that? Any suggestion is highly appreciated.
Thanks a lot in advance.
• 888 views
•
link
0 answers
No answers yet.
Log in to answer this question.
If you get the Ensembl GTF file from here (or if you already have it) that information is encoded in it. I linked Human file but if you have some other genome then look for that. Information would be under
gene_biotypefield.gene_idfield has the Ensembl identifiers.