makeExampleSeSAMeDataSet {sesame}R Documentation

Make a simulated SeSAMe data set

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

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

Arguments

platform

optional, HM450, EPIC or HM27

Value

Object of class SigSet

Examples

sset <- makeExampleSeSAMeDataSet()


[Package sesame version 1.8.10 Index]