new("MEDMEset", ...)
.
This object could initially host the MeDIP normalized logRatio data, as returned by the MEDME.readFiles
function. Afterwards,
the same obejct is returned by most of the MEDME library function. Each time, a new slot is filled with additional data, as smoothed
logR or Absolute/Relative Methylation Scores (AMS and RMS respectively). At the end of the analysis, usually after a call to the
MEDME.predict
function, the MEDME.writeFiles
function can be used to generate SGR or GFF files from this object.chr
:"character"
: the probe-level chromosome asignmentspos
:"numeric"
: the probe-level genomic positionlogR
:"matrix"
: the probe-level un-trasformed normalized MeDIP logRatios for each samplesmoothed
:"matrix"
: the probe-level smoothed MeDIP logRatios for each sampleAMS
:"matrix"
: the probe-level Absolute Methylation Score for each sampleRMS
:"matrix"
: the probe-level Relative Methylation Score for each sampleCGcounts
:"numeric"
: the probe-level count of CpGsorganism
:"character"
: the organism that the probe genomic positions are referring to, either hsa or mmu for homo sapiens or mus musculus respectivelysignature(x = "MEDMEset")
: subsets the object based on its probes and/or samplessignature(object = "MEDMEset")
: extracts the Absolute Methylation Score from the AMS slotsignature(object = "MEDMEset")
: extracts the probe CpG count from the CGcounts slotsignature(object = "MEDMEset")
: extracts the probe chromosomal assignmentsignature(object = "MEDMEset")
: extracts the organismsignature(.Object = "MEDMEset")
: automatically generates smoothed, AMS and RMS matrix when only the logR slot is filledsignature(object = "MEDMEset")
: extracts the matrix of MeDIP un-transformed logRatios signature(object = "MEDMEset")
: extracts the probe genomic positionsignature(object = "MEDMEset")
: extracts the Relative Methylation Score from the RMS slotsignature(object = "MEDMEset")
: prints a summary of the object contentsignature(object = "MEDMEset")
: extracts the Absolute Methylation Score from the AMS slotMEDME.readFiles
, MEDME.writeFiles