affy (version 1.50.0)

dataAndHeatmapPage: A function to create an annotated HTML table for all genes in a significant gene set as well as a heatmap of these data.

Description

This is intended to be an internal function to runRomer. It is documented here only because it may be necessary to pass alternative arguments to this function from runRomer.

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.
fit
An MArrayLM object.
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.

Details

This function creates an annotation table using probes2table if an annotation file is used, otherwise data will be output in a simple HTML table. A heatmap showing the expression values for all the genes in the gene set is then placed below this table, along with a key that indicates the range of the expression values.