Description Usage Arguments Author(s) Examples
This function requires the simulateMethObject from
simulateMeth
. Boxplots and density plots are plotted showing the
distribution of DNA methylation.
1 | plotMeth(simulateMethObject)
|
simulateMethObject |
Must be an object created from |
Stephanie Hicks
1 2 3 4 5 | methTruth <- simulateMethTruth(nProbes = 2e4, nGroups = 2,
pDiff = 0.05, pUp = 0.80)
sim <- simulateMeth(methTruth, meth.platform = "methArrays",
nSamps = 5, nMol = 10^6)
plotMeth(sim)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.