GO2heatmap | R Documentation |
For a given GO category or KEGG pathway, all probes in the supplied data are mapped to the pathway and a heatmap is produced.
GO2heatmap(x, eset, data, ...)
KEGG2heatmap(x, eset, data, ...)
x |
The name of the category or pathway. |
eset |
An |
data |
The name of the chip. |
... |
Additional parameters to pass to |
For the given pathway or GO category all matching probes are
determined, these are used to subset the data and heatmap
is
invoked on that set of data. Extra parameters can be passed through to
heatmap
using the ...
parameter.
The annotation
slot of the eset
argument is used to
determine the appropriate annotation data to use.
The value returned by heatmap
is passed back to the user.
R. Gentleman
heatmap
library("hgu95av2.db")
data(sample.ExpressionSet)
KEGG2heatmap("04810", sample.ExpressionSet, "hgu95av2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.