Description Usage Arguments Value Examples
This function plots the simulate DNA meylation data from the
simulateMethTruthObject
.
1 | plotMethTruth(simulateMethTruthObject)
|
simulateMethTruthObject |
Must be an object created from
|
Two plots: One is a histogram of mixture model of three normal distributions. The second is the density of the transformed methylation data scaled between 0 and 1.
1 2 3 | methTruth <- simulateMethTruth(nProbes = 2e4, nGroups = 2,
pDiff = 0.05, pUp = 0.80)
plotMethTruth(methTruth)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.