makeExampleSeSAMeDataSet {sesame} | R Documentation |
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.
makeExampleSeSAMeDataSet(platform = c("HM450", "EPIC", "HM27"))
platform |
optional, HM450, EPIC or HM27 |
Object of class SigSet
sset <- makeExampleSeSAMeDataSet()