How to filter highly transcribed genes?
1
0
Entering edit mode
9.3 years ago
Parham ★ 1.6k

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.

RNA-Seq • 1.8k views
ADD COMMENT
1
Entering edit mode
9.3 years ago

Use htseq-count to get the read counts per gene/exon. Get the normalised counts from edgeR and sort them. You need to have a count matrix to use edgeR.

If you do not have replicates or different conditions, try simple FPKM normalisation.

ADD COMMENT
0
Entering edit mode

Thanks Geek_y. Since I am familiar with DESeq2 package, I guess it is the same to use normalized counts created by DESeq2, do you know about that?

ADD REPLY
0
Entering edit mode

It should be.

ADD REPLY
0
Entering edit mode

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?

ADD REPLY

Login before adding your answer.

Traffic: 3082 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6