Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Validation of all parameters needed by the public
runSim function. Only logical parameters are validated.
1 2  | validateRunSimLogicalParameters(keepDiff, saveGRanges, saveMethylKit,
  runAnalysis)
 | 
keepDiff | 
 
  | 
saveGRanges | 
 a   | 
saveMethylKit | 
 a   | 
runAnalysis | 
 a  
  | 
0 indicating that the function has been successful.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 6  | ## Load dataset
data("samplesForChrSynthetic")
## The function returns 0 when all paramaters are valid
methInheritSim:::validateRunSimLogicalParameters(keepDiff = FALSE, 
saveGRanges = TRUE, saveMethylKit = FALSE, runAnalysis = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.