Description Usage Arguments Author(s) See Also
View source: R/siggenes2html.R
Generates a html page for a SAM or an EBAM object. This html page can contain general information as the number of differentially expressed genes and the estimated FDR, the SAM or EBAM plot, and gene-specific information on the differentially expressed genes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ebam2html(object, delta, filename, addStats = TRUE, addPlot = TRUE,
addGenes = TRUE, findA0 = NULL, varName = NULL, entrez = TRUE,
refseq = TRUE, symbol = TRUE, omim = FALSE, ug = FALSE,
fullname = FALSE, chipname = "", cdfname = NULL,
which.refseq = "NM", refsnp = NULL, max.associated = 2,
n.digits = 3, bg.col = "white", text.col = "black", link.col = "blue",
plotArgs = plotArguments(), plotFindArgs = plotFindArguments(),
bg.plot.adjust = FALSE, plotname = NULL, plotborder = 0,
tableborder = 1, new.window = TRUE, load = TRUE, ...)
sam2html(object, delta, filename, addStats = TRUE, addPlot = TRUE,
addGenes = TRUE, varName = NULL, entrez = TRUE, refseq = TRUE,
symbol = TRUE, omim = FALSE, ug = FALSE, fullname = FALSE,
bonf = FALSE, chipname = "", cdfname = NULL, which.refseq = "NM",
refsnp = NULL, max.associated = 2, n.digits = 3, bg.col = "white",
text.col = "black", link.col = "blue", plotArgs = plotArguments(),
bg.plot.adjust = FALSE, plotname = NULL, plotborder = 0,
tableborder = 1, new.window = TRUE, load = TRUE, ...)
|
object |
a SAM or an EBAM object. |
delta |
a numerical value specifying the Delta value. |
filename |
character string naming the file in which the output should be stored. Must have the suffix ".html". |
addStats |
logical indicating if general information as the number of differentially expressed genes and the estimated FDR should be added to the html page. |
addPlot |
logical indicating if the SAM/EBAM plot should be added to the html page |
addGenes |
logical indicating if gene-specific information on the differentially expressed genes should be added to the html page. |
findA0 |
an object of class FindA0. If specified, the numbers of differentially expressed genes and the estimated FDRs for the different possible values of the fudge factor and the corresponding plot of the logit-transformed posterior probabilities are included in the html file. |
varName |
character string indicating how the variables should be named. If |
entrez |
logical indicating if Entrez links should be added to the output. Ignored if
|
refseq |
logical indicating if RefSeq links should be added to the output. Ignored
if |
symbol |
logical indicating if the gene symbols should be added to the output.
Ignored if |
omim |
logical indicating if OMIM links should be added to the output. Ignored
if |
ug |
logical indicating if UniGene links should be added to the output. Ignored if
|
fullname |
logical indicating whether the full gene names should be added to the output.
Ignored if |
bonf |
logical indicating whether Bonferroni adjusted p-values should be added to the
output. Ignored if |
chipname |
character string specifying the chip type used in the analysis. Must
be specified as in the meta-data section of Bioconductor (e.g., |
cdfname |
character string specifying the cdf name of the used chip. Must exactly follow
the nomenclatur of the Affymetrix chips (e.g., |
which.refseq |
character string or vector naming the first two letters of the RefSeq links that should be displayed in the html file. |
refsnp |
either a character vector or a data frame. If the former, |
max.associated |
integer specifying the maximum number of genes associated with the respective
SNP displayed in the html output. If all entries should be shown, set |
n.digits |
integer specifying the number of decimal places used in the output. |
bg.col |
specification of the background color of the html page. See |
text.col |
specification of the color of the text used in the html page. See
|
link.col |
specification of the color of the links used in the html file.
See |
plotArgs |
further arguments for generating the SAM/EBAM plot. These are the arguments used
by the SAM/EBAM specific |
plotFindArgs |
further arguments for generating the (logit-transformed) posterior
probabilities for the different values of the fudge factor. Ignored if |
bg.plot.adjust |
logical indicating if the background color of the SAM plot should be
the same as the background color of the html page. If |
plotname |
character string naming the file in which the SAM/EBAM plot is stored. This file
is needed when the SAM/EBAM plot should be added to the html page. If not specified the SAM/EBAM
plot will be stored as png file in the same folder as the html page. Ignored if |
plotborder |
integer specifying the thickness of the border around the plot. By default,
|
tableborder |
integer specifying the thickness of the border of the table. Ignored if
|
new.window |
logical indicating if the links should be opened in a new window. |
load |
logical value indicating whether to attempt to load the required annotation data package
if it is not already loaded. For details, see the man page of |
... |
further graphical arguments for the SAM/EBAM plot. See |
Holger Schwender, holger.schw@gmx.de
SAM-class
, sam
, EBAM-class
, ebam
,
link.genes
, link.siggenes
, plotArguments
,
plotFindArguments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.