Upregulated And Downregulated Genes
2
2
Entering edit mode
11.1 years ago
Varun Gupta ★ 1.3k

Hi Everyone

Suppose i have a list of all the genes for a particular organism with their read counts under different conditions . Some thing like this

gene_name    condition1    condition2    condition3
geneA    24    48    102
geneB    30    87    147
geneC 128    23    44

and so on..

What i want to know is which genes are up regulated and which of them are down regulated genome wide.

Is there a way to do this.

Let me know

Regards

differential expression • 6.8k views
ADD COMMENT
1
Entering edit mode

I guess it's transcripts, but could you clarify?

ADD REPLY
0
Entering edit mode

Well data is rna seq so yes transcripts my mistake

ADD REPLY
0
Entering edit mode

You can not know the "true" expression of the transcripts even though it's RNA-seq (at least not yet to my knowledge). What you've is the number of reads that map to the gene (either including or excluding introns). But it is not transcript expression. That's why it's called differential gene expression.

ADD REPLY
5
Entering edit mode
11.1 years ago

You can use any of the popular differential expression R packages. DESeq and edgeR are probably the 2 packages people use most.

DESeq2: http://www.bioconductor.org/packages/devel/bioc/html/DESeq2.html

EdgeR: http://www.bioconductor.org/packages/2.11/bioc/html/edgeR.html

They both have pretty good documentation with multiple examples on how to use the package and interpret the results.

ADD COMMENT
0
Entering edit mode

Hmm, didn't realize DESeq went 2.0 (dev version at least), thanks for the heads up.

ADD REPLY
1
Entering edit mode
11.1 years ago
ff.cc.cc ★ 1.3k

HI,

Limma (link to bioconductor) is widely adopted for the analysis of gene expression.

Now its documentation (chap. 16 here) include a chapter that deals with the case of rna-seq data

ADD COMMENT

Login before adding your answer.

Traffic: 1540 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