## ConstructorRatioSet(Beta = NULL, M = NULL, CN = NULL, ...)
## Data extraction / Accessors
## S3 method for class 'RatioSet':
getBeta(object)
## S3 method for class 'RatioSet':
getM(object)
## S3 method for class 'RatioSet':
getCN(object)
## S3 method for class 'RatioSet':
preprocessMethod(object)
RatioSet.eSet constructor, particular a phenoData slot. For
getM these values gets passed onto getBeta.RatioSet function with the
arguments outlined above.eSet. Essentially the class
is a representation of a Beta matrix and/or a M matrix
and optionally a CN (copy number) matrix linked to a
pData data frame.In addition, an annotation and a preprocessMethod slot is present. The annotation slot describes the type of array and also which annotation package to use. The preprocessMethod slot describes the kind of preprocessing that resulted in this dataset.
For a RatioSet, M-values are defined as logit2 of the
Beta-values if the M-values are not present in the object. Similarly,
if only M-values are present in the object, Beta-values are
ilogit2 of the M-values.
eSet for the basic class structure.
Objects of this class are typically created from an
MethylSet using ratioConvert.