Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceMethods.R
Load convergence information from RDS files.
1 2 3 | loadConvergenceData(analysisResultsDir, permutationResultsDir,
type = c("sites", "tiles"), inter = c("i2", "iAll"), position,
by = 100)
|
analysisResultsDir |
a |
permutationResultsDir |
a |
type |
One of the |
inter |
One of the |
position |
a positive |
by |
a |
a graph showing the evolution of the significant level with the number of permutations
Astrid Deschenes, Pascal Belleau
1 2 3 4 5 6 7 | ## Get the name of the directory where files are stored
filesDir <- system.file("extdata", "TEST", package="methylInheritance")
## Load convergence information
results <- loadConvergenceData(analysisResultsDir = filesDir,
permutationResultsDir = filesDir, type="sites", inter="i2", position=1,
by=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.