Usage
dataAndHeatmapPage(eset, fit, ind, columns = NULL, fname, heatmap, title,
key = TRUE, fitind = NULL, affy = TRUE, ...)
Arguments
eset
An ExpressionSet
containing normalized, summarized
gene expression data. ind
Numeric vector indicating which rows of the
ExpressionSet
to use. columns
Numeric vector indicating which columns of the
ExpressionSet
to use. If NULL
, all columns will be
used. fname
The filename of the resulting output, without the 'html' file
extension.
heatmap
Character. The filename of the heatmap to append to the
bottom of the HTML page.
title
Title to be placed at the top of the resulting HTML page.
key
Character. The filename of the heatmap key to append to the
bottom of the HTML page.
fitind
Numeric. Which column of the MArrayLM
object to use for
output in the HTML table.
affy
Boolean. Are these Affymetrix arrays? If TRUE
, then links
will be generated to netaffx for the probeset IDs.
...
Included to allow arbitrary commands to be passed to lower level functions.