How to sort genes into coding and non-coding mRNA?
I have a set of differentially expressed genes after analysis of RNAseq data. How can I sort them into protein coding genes and miRNA, ncRNA? I have used HISAT2-STRINGTIE-BALLGOWN for analysis. Reference genome: GRCh38 with annotation from Ensembl release 84.
• 2,758 views
•
link
1 answer
Colsult our ancestors wisdom:
Question: How One Can Separate Noncoding From Coding Ucsc And Ensembl Transcripts
Question: Identify lncRNA in list of Ensembl ID's
Question: How to filter out the non-coding genes?
Question: How to separate htseq-count table to coding RNAs and non-coding RNAs
• 0 views
•
link
Log in to answer this question.
Translate + blastp or blastx against a proteome. Stuff that does match: proteins, stuff that does not match: either novel proteins (check for ORFs) or ncRNA. The ncRNA candidates you could check against Rfam, e.g. with Infernal.
That will be a tedious task as I have ~2000 of GENE names and Ids.
I am not talking about using blast manually via web interface ;P