Description Usage Arguments Value Author(s) See Also Examples
View source: R/methylInheritanceMethods.R
Load all RDS files created by the permutation and
observation analysis. The function
returns an object of class
"methylInheritanceAllResults" that holds
all the pertinent information.
1 2 | loadAllRDSResults(analysisResultsDir, permutationResultsDir,
doingSites = TRUE, doingTiles = FALSE, maxID = NA)
|
analysisResultsDir |
a |
permutationResultsDir |
a |
doingSites |
a |
doingTiles |
a |
maxID |
|
a list
of class methylInheritanceAllResults
containing the result of the observation analysis as well as the results
of all the permutations.
Astrid Deschenes, Pascal Belleau
mergePermutationAndObservation
for detail
description, in the Value section, of the
methylInheritanceAllResults
object.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Get the name of the directory where files are stored
filesDir <- system.file("extdata", "TEST", package="methylInheritance")
## Load information from files
results <- loadAllRDSResults(analysisResultsDir = filesDir,
permutationResultsDir = filesDir, doingSites = TRUE, doingTiles = TRUE)
## Print the observation results
results
## Access the results for the first permutation only for sites
results$PERMUTATION[[1]]$SITES
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.