Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceMethods.R
Generate a graph for a permutation analysis using observed and shuffled results.
1 | plotGraph(formatForGraphDataFrame)
|
formatForGraphDataFrame |
a |
a graph showing the permutation analysis results
Astrid Deschenes, Pascal Belleau
1 2 3 4 5 6 7 8 9 10 11 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.