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.sitesmatrix of methylation values. Every row corresponds to a methylation site,
and every column - to a sample. covg.sitesmatrix of coverage values. Every row corresponds to a methylation site,
and every column - to a sample. regionslist of all identifiers of methylation sites for which methylation information
is available. meth.regionslist 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.regionslist of coverage matrix objects, one per available region type.
Every row corresponds to a region, and every column - to a sample. statuslist with meta-information about the object. assemblycharacter vector of length one, specifying the genome assembly which the object is linked to, e.g. "hg19". targetcharacter vector of length one, specifying the feature class:
"CpG" for sequencing data, "probes450" and "probes27" for
HumanMethylation450 and HumanMethylation27 microarrays respectively. inferred.covariateslist 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