Description Usage Arguments Value Author(s) Examples
This is a helper function that points to the
functions which contain the default parameters for each platform
available in this package. This function can simulate
parameters from the Langmuir model for each of the platforms available
list.GEx.platforms
and list.meth.platforms
.
1 2 3 |
objectType |
Must be "simulateGExTruthObject" or "simulateMethTruthObject" |
typePlatform |
Must specify a platform from |
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 |
b hyperparameter: mean of log normal distribution for b |
sigb |
b 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 |
The output of this function is the output directly reported from
the functions langmuirGExArrays
and langmuirMethArrays
.
Stephanie Hicks
1 2 3 | ps <- pickLangmuir(objectType = "simulateMethTruthObject",
typePlatform = "methArrays", nProbes = 1e5,
nSamps = 5, nGroups = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.