Hi,
I am wondering how can I make a list of highly transcribed genes from my RNA-seq data? What package to use and what values to consider (FPKM, read counts, etc)?
The idea is to make a list of highly transcribed genes from my control experiment and then see how many or which one of the DEGs in my treatment experiment are among the highly transcribed genes.
Any help is appreciated. Let me know if you need more info.
Thanks Geek_y. Since I am familiar with
DESeq2
package, I guess it is the same to usenormalized counts
created by DESeq2, do you know about that?It should be.
Then I'm wondering that if I have one set of control experiment and two or more different sets of experiments, the list of highly transcribed genes can vary since they are normalized to the experiment and then filtered? Is it correct to think like that?