Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Identify the number of differentially methylated cases.
1 | calculateNbDiffCase(nbCase, propDiff, propDiffSd)
|
nbCase |
a positive |
propDiff |
a |
propDiffSd |
a non-negative |
a integer
, the number of differentially methylated cases.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 6 | ## Fix seed to have reproducible results
set.seed(3122)
## Obtained the number of differential cases
methInheritSim:::calculateNbDiffCase(nbCase = 8,
propDiff = 0.8, propDiffSd = 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.