Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceInternalMethods.R
Verify if a specific file containing intergenerational results exists or not.
1 | isInterGenerationResults(outputDir, permutationID, type = c("sites", "tiles"))
|
outputDir |
a string of |
permutationID |
an |
type |
One of the |
TRUE
when file present; otherwise FALSE
.
Astrid Deschenes, Pascal Belleau
1 2 3 4 5 6 | ## Get the name of the directory where the file is stored
filesDir <- system.file("extdata", "TEST", package="methylInheritance")
## Verify that DMS intergenerational results for the observed data exists
methylInheritance:::isInterGenerationResults(outputDir =
paste0(filesDir, "/"), 0, "sites")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.