plotMeth: Plot the simulated DNA methylation arrays

Description Usage Arguments Author(s) Examples

Description

This function requires the simulateMethObject from simulateMeth. Boxplots and density plots are plotted showing the distribution of DNA methylation.

Usage

1
plotMeth(simulateMethObject)

Arguments

simulateMethObject

Must be an object created from simulateMeth

Author(s)

Stephanie Hicks

Examples

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)

stephaniehicks/quantroSim documentation built on May 30, 2019, 3:17 p.m.