Description Details Slots Methods and Functions Author(s)
Basic class for storing DNA methylation and experimental quality information
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
phenoSample annotations (phenotypic and processing data) in the form of a data.frame.
sitesA 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".
versionPackage version in which the dataset was created.
imputedFlag indicating if methylation matrix has been imputed.
phenoGets the phenotypic and processing data of the dataset.
samplesGets the identifiers of all samples in the dataset.
summarized.regionsGets the genomic annotations for which methylation data is present.
methGets a matrix of methylation values in the dataset.
mvalGets a matrix of M values in the dataset.
covgGets the matrix of coverage values of the dataset.
remove.sitesRemoves sites from the dataset.
remove.samplesRemoves samples from the dataset.
addPheno,RnBSet-methodAdd sample annotation to the dataset.
combineCombines two datasets.
regionMapping,RnBSet-methodRetrieve the sites mapping to a given region type
rnb.sample.summary.tableCreates a sample summary table from an RnBSet object.
isImputed,RnBSet-methodGetter for the imputation slot.
Pavlo Lutsik
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.