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,
locData, exprs, methylated and unmethylated, are required; others can be
missing. Please check GenoSet for more details of other parameters. locData:GenoSetassayData: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 assayData, please see ExpressionSet featureData:eSetphenoData:eSetexperimentData:eSetprotocolData:eSetannotation:eSet.__classVersion__:eSethistory:exprs(MethyGenoSet), exprs(MethyGenoSet,matrix)<-:exprs in the AssayData-class slot.methylated(MethyGenoSet), methylated(MethyGenoSet)<-:methylated in the AssayData-class slot.unmethylated(MethyGenoSet), unjmethylated(MethyGenoSet)<-:unmethylated in the AssayData-class slot.detection(MethyGenoSet), detection(MethyGenoSet)<-:detection in the AssayData-class slot.as(methyGenoSet,"MethyLumiM")MethyGenoSet-class to MethyLumiMas(genoSet,"MethyGenoSet")GenoSet-class to MethyGenoSetgetHistory(MethyGenoSet):MethyGenoSet object.GenoSet:
locData(MethyGenoSet):ExpressionSet (For the directly inherited methods,
please see ExpressionSet and eSet):
combine(MethyGenoSet,missing):history slot. See eSetexprs(MethyGenoSet), exprs(MethyGenoSet,matrix)<-:exprs in the AssayData-class slot.object[(i,j):ExpressionSet and eSet for other inherited methods, MethyLumiM2GenoSet)
## load example data
data(exampleMethyGenoSet)
class(exampleMethyGenoSet)
Run the code above in your browser using DataLab