| calculateNbDiffCase {methInheritSim} | R Documentation |
Identify the number of differentially methylated cases.
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
## 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)