Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceInternalMethods.R
Create directories that will contained the results of the permutations in RDS format.
1 2 3 4 5 6 | createOutputDir(
outputDir,
doingSites = TRUE,
doingTiles = FALSE,
saveInfoByGeneration
)
|
outputDir |
a string of |
doingSites |
a |
doingTiles |
a |
saveInfoByGeneration |
a |
0
when all directories are created without problem.
Astrid Deschenes
1 2 3 | ## Create an output directory for SITES only
methylInheritance:::createOutputDir(outputDir = "testSites",
doingSites = TRUE, doingTiles = FALSE, saveInfoByGeneration = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.