Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceInternalMethods.R
Read and return intergenerational results contained in a RDS file
1 2 3 4 5 | readInterGenerationResults(
outputDir,
permutationID,
type = c("sites", "tiles")
)
|
outputDir |
a string of |
permutationID |
an |
type |
One of the |
a list
containing the intergenerational results for the
specified permutation.
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")
## Read DMS intergenerational results for the observed data
methylInheritance:::readInterGenerationResults(outputDir =
paste0(filesDir, "/"), 0, "sites")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.