Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
This class inherits from the MethyLumi class (and therefore, from eSet in Biobase) and is designed to hold both the intensities and the calculated betas, as well as pvalues if present.
Objects can be created by calls of the form new("MethyLumiSet", assayData, phenoData, featureData, experimentData, annotation, betas)
. An object of this type is the main storage class for methylation data from Illumina. Subsetting, etc., works as normal (rows represent genes, columns represent samples). There is also a rudimentary history tracking system that is modeled after that from the lumi package.
QC
:Object of class "QCDataOrNULL"
, containing
either the MethyLumiQC
object or NULL
history
:Object of class "data.frame"
,
containing a running history of transforms to the data contained herein
assayData
:Object of class AssayData
phenoData
:Object of class AnnotatedDataFrame
featureData
:Object of class
AnnotatedDataFrame
, containing the annotation columns from the Illumina Beadstudio output
experimentData
:Object of class MIAME
annotation
:Object of class "character"
, not
currently used
.__classVersion__
:Object of class "Versions"
protocolData
:Object of class
"AnnotatedDataFrame"
that contains protocol information,
including scan date if available
Class "MethyLumi"
, directly.
Class "methylData"
, directly.
Class "eSet"
, by class "MethyLumi", distance 2.
Class "VersionedBiobase"
, by class "MethyLumi", distance 3.
Class "Versioned"
, by class "MethyLumi", distance 4.
signature(x = "MethyLumiSet")
: subsetting, genes as rows, samples as columns
signature(object = "MethyLumiSet", value = "matrix")
: Set the assayData slot of the same name
signature(object = "MethyLumiSet")
: Get the assayData slot of the same name
signature(x = "MethyLumiSet")
: boxplot of all
sample betas
signature(x = "MethyLumiSet", y = "MethyLumiSet")
signature(x = "MethyLumiSet")
signature(object = "MethyLumiSet")
: returns m-values
signature(object = "MethyLumiSet")
: returns
a data.frame containing the history for this object
signature(x = "MethyLumiSet")
: histogram of the
betas for the data
signature(.Object = "MethyLumiSet")
signature(x = "MethyLumiSet")
: pairs plot of the
betas for the object. Note that pairs plots of more than a few samples are not very useful.
signature(x = "MethyLumiSet")
:
The intensities as output by the Beadstudio software often show a
considerable amount of dye bias. This method shows a graphical
example of this dye bias. In short, for each of the Cy3 and Cy5
channels, a cutoff in beta is used to calculate which Cy3 and Cy5
values should be plotted at high-methylation and low-methylation
status. Any offset between Cy3 and Cy5 when plotted in this way
likely represents dye bias and will lead to biases in the estimate
of beta.
signature(object = "MethyLumiSet", value =
"MethyLumiQC")
: assign QC data to the QC slot
signature(object = "MethyLumiSet")
: retrieve
the QC data.
signature(object = "MethyLumiSet")
signature(object = "MethyLumiSet", value =
"matrix")
: Set the assayData slot associated with methylated intensity
signature(object = "MethyLumiSet")
: Get the assayData slot associated with methylated intensity
signature(object = "MethyLumiSet", value = "matrix")
: Set the assayData slot associated with unmethylated intensity
signature(object = "MethyLumiSet")
: Get the assayData slot associated with unmethylated intensity
signature(object = "MethyLumiSet", what, ...)
:
QC plots of various controltypes
signature(object = "MethyLumiSet")
:
determine the character vector of control types from the QCdata
information
signature(object = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet")
: ...
signature(x = "MethyLumiSet", y = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet", value = "MethyLumiQC")
: ...
signature(eset = "MethyLumiSet")
: ...
signature(x = "MethyLumiSet", channel = "character")
: ...
signature(x = "MethyLumiSet", channel = "missing")
: ...
signature(x = "MethyLumiSet", channel = "character")
: ...
signature(x = "MethyLumiSet", channel = "missing")
: ...
signature(x = "MethyLumiSet", channel = "character", allele = "character")
: ...
signature(x = "MethyLumiSet", channel = "missing", allele = "missing")
: ...
signature(x = "MethyLumiSet", channel = "character")
: ...
signature(x = "MethyLumiSet", channel = "missing")
: ...
signature(x = "MethyLumiSet", channel = "character")
: ...
signature(x = "MethyLumiSet", channel = "missing")
: ...
signature(object = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet", channel = "character")
: ...
signature(object = "MethyLumiSet", channel = "missing")
: ...
signature(object = "MethyLumiSet", channel = "character")
: ...
signature(object = "MethyLumiSet", channel = "missing")
: ...
signature(object = "MethyLumiSet", channel = "character")
: ...
signature(object = "MethyLumiSet", channel = "missing")
: ...
signature(object = "MethyLumiSet")
: ...
signature(x = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet")
: ...
signature(object = "MethyLumiSet")
: ...
signature(eset = "MethyLumiSet")
: ...
Sean Davis & Tim Triche, Jr.
methylumiR
, normalizeMethyLumiSet
,
methylumIDAT
, MethyLumiQC
,
eSet
1 | showClass("MethyLumiSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.