Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Validation of all parameters needed by the public
runSim function. Only parameters other than double, integer
and logical are validated.
1  | validateRunSimOtherParameters(outputDir, fileID, methData, context, assembly)
 | 
outputDir | 
 a string of   | 
fileID | 
 a string of  
  | 
methData | 
 an object of class   | 
context | 
 a string of   | 
assembly | 
 a string of   | 
0 indicating that the function has been successful.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 6 7  | ## Load dataset
data("samplesForChrSynthetic")
## The function returns 0 when all paramaters are valid
methInheritSim:::validateRunSimOtherParameters(
outputDir = "test", fileID = "test", methData = samplesForChrSynthetic, 
context = "CpG", assembly = "Rnor_5.0")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.