ISAHTMLTable (modules, target.dir, which = NULL, template = system.file("autogen", package = "eisa"), GO = NULL, KEGG = NULL, miRNA = NULL, CHR = NULL, htmltitle = NULL, notes = NULL, seed = NULL, extra = list())
ISAHTMLModules (eset, modules, which = NULL, target.dir, template = system.file("autogen", package = "eisa"), GO = NULL, KEGG = NULL, miRNA = NULL, CHR = NULL, cond.to.include = NULL, cond.col = "white", sep = NULL, seed = NULL, condPlot = TRUE)
ISAHTML (eset, modules, target.dir, template = system.file("autogen", package = "eisa"), GO, KEGG, miRNA = NULL, CHR = NULL, htmltitle = NULL, notes = NULL, seed = NULL, table.extra = list(), cond.to.include = NULL, cond.col = "white", sep = NULL, condPlot = TRUE, which = NULL)ISAModules object.ISAHTMLTable); or, which modules to
create HTML pages for (ISAHTML and ISAHTMLModules).
All modules are used if this argument is NULL,
which is the default.eisa package is used.GOListHyperGResult objects, as
returned by the ISAGO function.KEGGListHyperGResult object, usually the
output of the ISAKEGG function.miRNAListHyperGResult object, or
NULL. See also the ISAmiRNA function.CHRListHyperGResult object or NULL,
see also the ISACHR function. NULL, or a character vector, with an optional
column that is added to the module table.ISAHTMLTable as the
extra argument.ExpressionSet or ISAExpressionSet
object. If an ExpressionSet object is supplied, then it is
normalised by calling ISANormalize on it.condPlot as the
col argument.condPlot as the sep
argument.NULL, invisibly.)
ISAHTMLTable creates an HTML page, a summary of the results
of the modular analysis, including enrichment analysis of the
modules.
ISAHTMLModules creates a separate HTML page for each module,
including the following elements:
expPlot.
gograph.
condPlot argument is
TRUE), see condPlot.
By default, clicking on the rows of the table generated by
ISAHTMLTable is linked to the HTML page of the module,
generated by ISAHTMLModules.
ISAHTML calls both ISAHTMLTable and
ISAHTMLModules.
eisa package.
## Not run:
# # Load data
# library(ALL)
# data(ALL)
# data(ALLModulesSmall)
#
# # Calculate enrichment
# GO <- ISAGO(ALLModulesSmall)
# KEGG <- ISAKEGG(ALLModulesSmall)
# CHR <- ISACHR(ALLModulesSmall)
#
# # Generate HTML summary
# htmldir <- tempdir()
# ISAHTML(ALL, modules=ALLModulesSmall, target.dir=htmldir,
# GO=GO, KEGG=KEGG, CHR=CHR)
#
# # Open a browser to view the summary
# if (interactive()) {
# browseURL(URLencode(paste("file://", htmldir, "/maintable.html", sep="")))
# }
# ## End(Not run)
Run the code above in your browser using DataLab