Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceMethods.R
Generate a graph showing the convergence for a permutation analysis using observed and permuted results.
1 | plotConvergenceGraph(dataFrameConvergence)
|
dataFrameConvergence |
a |
a ggplot
object.
Astrid Deschenes, Pascal Belleau
1 2 3 4 5 6 7 8 9 10 | ## Get the name of the directory where files are stored
filesDir <- system.file("extdata", "TEST", package="methylInheritance")
## Extract convergenc information for F1 and F2 and F3
data <- loadConvergenceData(analysisResultsDir = filesDir,
permutationResultsDir = filesDir, type = "sites", inter = "iAll",
position = 1, by = 1)
## Create convergence graph
plotConvergenceGraph(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.