sumSAM-class {siggenes} | R Documentation |
This class is just used for a nicer output of the summary of an SAM-class object.
Objects can be created by calls of the form new("sumSAM", ...)
or by using the function summary(object)
when object is an
SAM-class object.
row.sig.genes
:"numeric"
consisting
of the row numbers of the significant genes in the data matrixmat.fdr
:"matrix"
containing general
information as the number of differentially expressed genes and the
estimated FDR for either one or several values of Delta.mat.sig
:"data.frame"
containing gene-specific
statistics as the d-values and the q-values of the differentially expressed
genes.list.args
:"list"
consisting of some of
the specified arguments of summary needed for internal use.signature(x = "sumSAM")
: Prints the output of the SAM-specific
method summary.signature(object = "sumSAM")
: Shows the output of the summary
of a SAM analysis.SAM was developed by Tusher et al. (2001).
!!! There is a patent pending for the SAM technology at Stanford University. !!!
Holger Schwender, holger.schw@gmx.de