MEE.data-class: MEE.data
An S4 class contains 5 slots: methylation, expression, sample information, probe
information and gene information. MEE.data class are the main input for main functions.
Description
MEE.data
An S4 class contains 5 slots: methylation, expression, sample information, probe
information and gene information. MEE.data class are the main input for main functions.
Slots
meth- A matrix of DNA methylation. Each row is one probe and each
column is one sample
exp- A matrix of expression. Each row is one gene and each
column is one sample
sample- A data.frame contains sample information
probeInfo- A GRange object contains probe information
geneInfo- A GRange object contains gene information
See Also
get.diff.meth, get.pair, get.TFs, get.permu,
getMeth,getExp, getGeneInfo, getProbeInfo,
getSample,fetch.mee,scatter.plot