Description Usage Arguments Value Author(s) Examples
This function takes in the simulateMethObject and
returns a MethylSet object which can be used in the minfi package.
Can use functions from mini such as getMeth
, getUnmeth
,
getBeta
, getM
, getCN
. Because it is simulated data,
there is no manifest and no preprocessing in the MethylSet returned.
1 | getMethylSet(simulateMethObject)
|
simulateMethObject |
Must be an object created from |
A MethylSet
object
Stephanie Hicks
1 2 3 4 | methTruth <- simulateMethTruth(nProbes = 2e4, nGroups = 2)
sim <- simulateMeth(methTruth, meth.platform = "methArrays",
nSamps = 5, nMol = 10^6)
mset <- getMethylSet(sim)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.