| SigSet-class {sesame} | R Documentation |
This is the main data class for SeSAMe. The class holds different classes of signal intensities.
The function takes a string describing the platform of the data. It can be one of "HM27", "HM450" or "EPIC".
The function takes a string describing the platform of the data. It can be one of "HM27", "HM450" or "EPIC".
## S4 method for signature 'SigSet' initialize(.Object, platform, ...) SigSet(...)
.Object |
target object |
platform |
"EPIC", "HM450", "HM27" or other strings for custom arrays |
... |
additional arguments |
The NBeads* slots are normally left empty but can be optionally turned on.
a SigSet object
a SigSet object
IGintensity table for type I probes in green channel
IRintensity table for type I probes in red channel
IIintensity table for type II probes
oobGout-of-band probes in green channel
oobRout-of-band probes in red channel
NBeadsIGNumber of Beads for Infinium I green channel
NBeadsIRNumber of Beads for Infinium I red channel
NBeadsIINumber of Beads for Infinium II
ctlall the control probe intensities
pvalnamed numeric vector of p-values
platform"EPIC", "HM450" or "HM27"
## Create an empty EPIC object.
SigSet("EPIC")
SigSet('EPIC')