Description Usage Format Details Value See Also Examples
The object is a list
with 3 entries. Each entry corresponds to the
information for one generation (first entry = first generation, etc..)
stored in a methylRawList
object.
There are 12 samples (6 controls and 6 cases) for each generation. Each
sample information is stored in a methylRaw
object.
1 |
A list
containing three methylRawList
objects. Each
methylRawList
contains the information for one generation
(first entry = first generation, etc..). Each sample information is
stored in a methylRaw
object. There is methylRaw
objects
(6 controls and 6 cases) in each generation.
This dataset can be used to test runPermutation
and
runObservation
functions.
A list
containing three methylRawList
objects. Each
methylRawList
contains the information for one generation
(first entry = first generation, etc..). Each sample information is
stored in a methylRaw
object. There is methylRaw
objects
(6 controls and 6 cases) in each generation.
runPermutation
for running a
permutation analysis, and optionally an observation analysis,
using multi-generational dataset
runObservation
for running an
observation analysis using methylKit info entry
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Loading dataset
data(demoForTransgenerationalAnalysis)
## Run a permutation analysis
runObservation(methylKitData = demoForTransgenerationalAnalysis,
outputDir = "test_demo", type = "tiles", vSeed = 2001)
## Get results
result <- loadAllRDSResults(analysisResultsDir = "test_demo",
permutationResultsDir = NULL, doingSites = FALSE,
doingTiles = TRUE)
## Remove result directory
if (dir.exists("test_demo")) {
unlink("test_demo", recursive = TRUE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.