Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Test if a specific simulation has already be done.
1 2 | testIfAlreadyDone(pathOut, preference, id, saveGRanges, saveMethylKit,
runAnalysis)
|
pathOut |
a string of |
preference |
a string of |
id |
a positive |
saveGRanges |
a |
saveMethylKit |
a |
runAnalysis |
a |
logical
indicating if the simulation has already done.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 | ## Return TRUE when the specified simulation has already be done;
## otherwise, return FALSE.
methInheritSim:::testIfAlreadyDone(pathOut = ".",
preference = "S1_6_0.9_0.8_0.5", id = 33,
saveGRanges = FALSE, saveMethylKit = FALSE, runAnalysis = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.