methylInheritanceResults: All observed and permutation results formatted in a...

Description Usage Format Details Value See Also Examples

Description

The object is a list with 2 entries: "OBSERVATION" and "PERMUTATION".

Usage

1

Format

a list of class methylInheritanceAllResults containing the following elements:

Details

This dataset can be used to test the extractInfo function.The extracted information can be used to calculate the significant level or to create a graph.

Value

a list of class methylInheritanceAllResults containing the following elements:

See Also

Examples

1
2
3
4
5
6
7
8
## 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): F1 and F2 (position = 1)
extractInfo(allResults = methylInheritanceResults,
    type = "sites", inter="i2", 1)

methylInheritance documentation built on Nov. 8, 2020, 8:21 p.m.