View source: R/geneSetTables.R
gsHeatmap | R Documentation |
This is an internal function called by runRomer
and is not intended
to be used directly. It is documented here only because arguments may be
passed down via the dots
argument.
gsHeatmap(
object,
ind,
filename,
columns = NULL,
colnames = NULL,
col = NULL,
annot = NULL,
scale.row = FALSE,
key = TRUE,
bline = NULL
)
object |
An |
ind |
Numeric vector indicating which rows of the
|
filename |
The filename for the heatmap and associated key. |
columns |
Numeric vector indicating which columns of the
|
colnames |
Character. Substitute column names for the heatmap. If
|
col |
A vector of colors to use for the heatmap. If |
annot |
A matrix or data.frame containing gene symbols to annotate the heatmap. This will normally be extracted automatically from the 'fit' object passed to geneSetPage. If there is no annotation in the fit object, then the probe IDs will be used instead. |
scale.row |
Boolean. Should the data be scaled by row? Defaults to
|
key |
Boolean. Should a key be produced that shows the numeric range
for the colors of the heatmap? Defaults to |
bline |
A numeric vector, usually extracted from a contrast matrix, used to ‘sweep’ the mean baseline sample means from the heatmap data. The end result will be a heatmap in which the colors correspond to log fold changes from the baseline samples. |
As noted above, this is only intended to be called indirectly by
runRomer
. However, certain arguments such as scale.row, or col, etc,
can be passed down to this function via the dots
argument, allowing
the end user to have more control over the finished product.
Nothing is returned. Called only for the side effect of creating heatmaps in 'png' format.
James W. MacDonald <jmacdon@u.washington.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.