## ConstructorGenomicRatioSet(gr = GRanges(), Beta = NULL, M = NULL,
CN = NULL, pData = DataFrame(),
annotation = "", preprocessMethod = "")
## Data extraction / Accessors
## S3 method for class 'GenomicRatioSet':
getBeta(object)
## S3 method for class 'GenomicRatioSet':
getM(object)
## S3 method for class 'GenomicRatioSet':
getCN(object)
## S3 method for class 'GenomicRatioSet':
pData(object)
## S3 method for class 'GenomicRatioSet':
sampleNames(object)
## S3 method for class 'GenomicRatioSet':
featureNames(object)
## S3 method for class 'GenomicRatioSet':
annotation(object)
## S3 method for class 'GenomicRatioSet':
preprocessMethod(object)
## S3 method for class 'GenomicRatioSet':
mapToGenome(object, \dots)
GenomicRatioSet
.GRanges
object.DataFrame
or data.frame
object.mapToGenome
, this is ignored.GenomicRatioSet
function with the
arguments outlined above.M
or Beta
values (or both) together
with associated genomic coordinates. It is not possible to get
Meth
or Unmeth
values from this object. The intention
is to use this kind of object as an analysis end point. In case one of M
or Beta
is missing, the other is
computed on the fly. For example, M is computed from Beta as the
logit (base 2) of the Beta values.
RangedSummarizedExperiment
in the