Description Usage Arguments Value Author(s) Examples
These are the parameters used to simulate the DNA Methylation arrays. The parameters are used in the Langmuir adsorption model.
1 2 3 |
nProbes |
number of probes |
nSamps |
number of samples in each group |
nGroups |
number of groups |
mua |
hyperparameter: mean of log normal distribution for a |
siga |
hyperparameter: variance of log normal distribution for a |
mub |
hyperparameter: mean of log normal distribution for b |
sigb |
hyperparameter: variance of log normal distribution for b |
muOpt |
hyperparameter: mean of log normal distribution for optical noise |
sigOpt |
hyperparameter: variance of log normal distribution for optical noise |
muBG |
hyperparameter: mean of log normal distribution for d |
sigBG |
hyperparameter: variance of log normal distribution for d |
muERR |
hyperparameter: mean of log normal distribution for measurement error |
sigERR |
hyperparameter: variance of log normal distribution for measurement error |
A list with elements
gID |
Group number ID |
a |
Simulated a values for the Langmuir Adsorption model |
b |
Simulated b values for the Langmuir Adsorption model |
d |
Simulated d values for the Langmuir Adsorption model |
opt |
Simulated optical noise |
errMeth |
Simulated measurement error for methylation values |
errUnmeth |
Simulated measurement error for unmethylation values |
Stephanie Hicks
1 | langmuirMethArrays(nProbes = 10000, nSamps = 4, nGroups = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.