RnBSet-class: RnBSet Class
Description
Basic class for storing DNA methylation and experimental quality information
Slots
pheno
- Sample annotations (phenotypic and processing data) in the form of a
data.frame
. sites
- A
matrix
object storing the identifiers of the methylation sites for which the
methylation information is present meth.sites
matrix
of methylation values. Every row corresponds to a methylation site,
and every column - to a sample. covg.sites
matrix
of coverage values. Every row corresponds to a methylation site,
and every column - to a sample. regions
list
of all identifiers of methylation sites for which methylation information
is available. meth.regions
list
of methylation matrix
objects, one per available region type. Every row in a
matrix corresponds to a methylation site, and every column - to a sample. covg.regions
list
of coverage matrix
objects, one per available region type.
Every row corresponds to a region, and every column - to a sample. status
list
with meta-information about the object. assembly
character
vector of length one, specifying the genome assembly which the object is linked to, e.g. "hg19". target
character
vector of length one, specifying the feature class:
"CpG"
for sequencing data, "probes450"
and "probes27"
for
HumanMethylation450 and HumanMethylation27 microarrays respectively. inferred.covariates
list
with covariate information.
Can contain elements "sva"
and "cell.types"
. version
- Package version in which the dataset was created.
Details
It is a virtual class and objects of type RnBSet
should not be instantiated. Instead, the child classes are
used: RnBeadRawSet
and RnBeadSet
for Infinium HumanMethylation and
RnBiseqSet
for bisulfite sequencing data