R: Heatmap Of Rna-Seq Count Table With Functional Gene Clustering
2
2
Entering edit mode
11.4 years ago
mtw ▴ 20

I would like to prepare a heatmap of differentially expressed genes from an RNA-seq experiment with some sort of functional gene clustering in R. Starting from standard read counts (as obtained by htseq-count), the DESeq manual illustrates how to create a heatmap for the most differentially expressed genes, however I would like to have a clustering based on GO terms.

Is there any R package available?

Thanks, Michael

r heatmap htseq rna-seq • 6.5k views
ADD COMMENT
0
Entering edit mode

Is that boils down to some sort of metrics based on the product of GO group assignment score (similarity) and observed expression variance? It is quite interesting to see!

ADD REPLY
0
Entering edit mode

I am not sure if any R packages are available for this. Closest service I can think of is Revigo: http://revigo.irb.hr/

It probably isn't what you want, but they provide some resources on how you can cluster GO terms based on semantic distance calculated from the GO graph.

ADD REPLY
0
Entering edit mode

Depending on how you annotate your DEseq results, you can add GO annotations (for example using biomaRt), then filter those rows for whichever GO id you are interested in. After you have the filtered dataset, the heatmap should be the same as for differentially expressed genes.

ADD REPLY
2
Entering edit mode
10.7 years ago
vj ▴ 520

Try using http://bioconductor.org/packages/2.12/bioc/html/GOSemSim.html The function mgeneSim may be what you are looking for.

ADD COMMENT
0
Entering edit mode
10.7 years ago
Wrf ▴ 210

maybe check out edgeR. if you have numbers already, i think the image() command can generate heatmap graphs.

ADD COMMENT

Login before adding your answer.

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