| plotConvergenceGraph {methylInheritance} | R Documentation |
Generate a graph showing the convergence for a permutation analysis using observed and permuted results.
plotConvergenceGraph(dataFrameConvergence)
dataFrameConvergence |
a |
a ggplot object.
Astrid Deschenes, Pascal Belleau
## 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)