This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to remove pseudo genes from a list

I am doing DGE analysis and some of the DEGs that I get seem to be pseudogenes. I was wondering if there is a source or any way to remove the pseudo genes and nonconding RNAs from the count matrix all at once? enter image description here

expression gene differential names

1 answer

Use ensembl (either through biomaRt or by downloading the gtf), and use the gene_biotype field to identify the genes you want to keep or exclude.

Great! Thank you very much!

Log in to answer this question.