formatInputMethylData: Permute dataset

Description Usage Arguments Value Author(s) Examples

View source: R/methylInheritanceInternalMethods.R

Description

Permute dataset and format it to be ready for an analysis

Usage

1
formatInputMethylData(methylKitData)

Arguments

methylKitData

a list of methylRawList entries. Each methylRawList entry must contain all the methylRaw entries related to one generation (first entry = first generation, second entry = second generation, etc..). The number of generations must correspond to the number of entries in the methylKitData. At least 2 generations must be present to make a permutation analysis. More information can be found in the methylKit package.

Value

a list of methylRawList entries.

Author(s)

Astrid Deschenes, Pascal Belleau

Examples

1
2
3
4
## Load dataset
data("samplesForTransgenerationalAnalysis")

methylInheritance:::formatInputMethylData(samplesForTransgenerationalAnalysis)

adeschen/methylInheritance documentation built on April 21, 2021, 9:45 a.m.