View source: R/geneSetTables.R
geneSetPage | R Documentation |
This is intended to be an internal function to runRomer
, and is not
intended to be called by end users. However, the ... argument to
runRomer
allows one to pass arguments to lower level functions, so
the arguments are described here.
geneSetPage(
rslts,
genesets,
object,
fit,
file,
cutoff = 0.05,
dir = ".",
subdir = ".",
columns = NULL,
colnames = NULL,
col = NULL,
caption = NULL,
fitind = NULL,
bline = NULL,
affy = TRUE,
...
)
rslts |
The results from running |
genesets |
Character. A vector of gene symbols for one gene set. |
object |
An ExpressionSet, DGEList or EList containing normalized, summarized gene expression data. |
fit |
An MArrayLM or DGEGLM object, containing the fitted data. |
file |
Filename for the resulting HTML page. |
cutoff |
Numeric. The cutoff for significance for a given gene set. Defaults to 0.05. |
dir |
The directory to write the results. Defaults to the working directory. |
subdir |
The subdirectory to write the individual gene set results. Defaults to the working directory. |
columns |
Numeric. The columns of the |
colnames |
Character. Alternative column names for the resulting
heatmap. See |
col |
A vector of colors for the heatmap. Defaults to
|
caption |
Caption to put at the top of the HTML page. |
fitind |
Numeric. The columns of the |
bline |
Defaults to |
affy |
Boolean; are these Affymetrix arrays? If |
... |
Allows arguments to be passed to lower-level functions. See
|
This function creates a ‘midlevel’ HTML table that contains each gene
set that was significant, with a link to an HTML table that shows data for
each gene in that gene set (with annotation), as well as a heatmap showing
the expression levels. Normally this is not run by end users, but is called
as part of the runRomer
function.
Nothing is returned. Called only for the side effect of creating HTML tables.
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.