Filtering genes is one of the steps that I do in all my analysis. I usually filter the counts RNA-seq data according to a specific threshold. In my current work, I have no access to the counts data, I only get the normalized data. All data is normalized with TPM approach.
I'm wondering if it is still a good idea to filter genes even though the data is normalized? if so, what would be a good approach for that? since almost every package in R filters counts data, and not TPM data.
Thank you!