makeExampleSeSAMeDataSet: Make a simulated SeSAMe data set

Description Usage Arguments Value Examples

View source: R/simulate_data.R

Description

Constructs a simulated SigSet dataset. For the given platform, randomly simulate methylated and unmethylated allele signals. In-band signals were simulated using a N(4000, 200) normal distribution. Out-of-band signals were simulated using a N(400, 200) normal distribution. Control signals were simulated using a N(400, 300) normal distribution.

Usage

1
makeExampleSeSAMeDataSet(platform = c("HM450", "EPIC", "HM27"))

Arguments

platform

optional, HM450, EPIC or HM27

Value

Object of class SigSet

Examples

1

sesame documentation built on Nov. 15, 2020, 2:08 a.m.