GenoSet
. The purpose of this class is to make the high-density methylation microarray data MethyLumiM-class
compatible with the Biocoductor infrastructure packages designed for sequencing analysis.GenoSet
.MethyGenoSet
instances are usually created through converting from MethyLumiM object
using MethyLumiM2GenoSet function or calling MethyGenoSet
function as shown above. The arguments,
rowRanges, exprs, methylated and unmethylated, are required; others can be
missing. Please check GenoSet
for more details of other parameters. rowRanges
:SummarizedExperiment
assays
:exprs
(contains the methylation M-value, same as MethyLumiM-class
),
methylated
(contains the methylated probe intensities. Same as MethyLumiM-class
),
unmethylated
(contains the unmethylated probe intensities. Same as MethyLumiM-class
),
detection
(records the detection p-value of the probe. Same as MethyLumiM-class
).
For more details of assays
, please see SummarizedExperiment
colData
:colData
annotation
:history
:exprs(MethyGenoSet)
, exprs(MethyGenoSet,matrix)<-
:exprs
in the assays
slot.methylated(MethyGenoSet)
, methylated(MethyGenoSet)<-
:methylated
in the assays
slot.unmethylated(MethyGenoSet)
, unjmethylated(MethyGenoSet)<-
:unmethylated
in the assays
slot.detection(MethyGenoSet)
, detection(MethyGenoSet)<-
:detection
in the assays
slot.as(methyGenoSet,"MethyLumiM")
MethyGenoSet-class
to MethyLumiM
as(genoSet,"MethyGenoSet")
GenoSet-class
to MethyGenoSet
getHistory(MethyGenoSet)
:MethyGenoSet
object.GenoSet
:
rowRanges(MethyGenoSet)
:SummarizedExperiment
(For the directly inherited methods,
please see GenoSet
and SummarizedExperiment
):
combine(MethyGenoSet,missing)
:history
slotexprs(MethyGenoSet)
, exprs(MethyGenoSet,matrix)<-
:exprs
in the assays
slot.object[(i,j)
:GenoSet
and SummarizedExperiment
for other inherited methods, MethyLumiM2GenoSet
)
## load example data
data(exampleMethyGenoSet)
class(exampleMethyGenoSet)
Run the code above in your browser using DataLab