| plotGraph {methylInheritance} | R Documentation |
Generate a graph for a permutation analysis using observed and shuffled results.
plotGraph(formatForGraphDataFrame)
formatForGraphDataFrame |
a |
a graph showing the permutation analysis results
Astrid Deschenes, Pascal Belleau
## Loading dataset containing all results
data(methylInheritanceResults)
## Extract information for the intersection between conserved differentially
## methylated sites (type = sites) between the intersection of 2
## generations (inter = i2): F2 and F3 (position = 2)
info <- extractInfo(allResults = methylInheritanceResults,
type = "sites", inter="i2", 2)
## Create graph
plotGraph(info)