Description Usage Arguments Value
Control parameters for the BayesProt Bayesian model
1 2 3 4 5 6 7 8 9 | new_control(feature.model = "independent", feature.eb.min = 3,
peptide.model = NULL, peptide.eb.min = 3,
assay.model = "independent", assay.eb.min = 3,
error.model = "poisson", missingness.model = "censored",
missingness.threshold = 0, model.seed = 0, model.nchain = 4,
model.nwarmup = 256, model.thin = 1, model.nsample = 1024,
squeeze.var.func = squeeze_var, dist.var.func = dist_invchisq_mcmc,
dist.mean.func = dist_lst_mcmc,
nthread = parallel::detectCores()%/%2, hpc = NULL)
|
feature.model |
Either |
feature.eb.min |
Minimum number of features per peptide to use for computing Empirical Bayes priors |
peptide.model |
Either |
peptide.eb.min |
Minimum number of peptides per protein to use for computing Empirical Bayes priors |
assay.model |
Either |
assay.eb.min |
Minimum number of assays per protein protein to use for computing Empirical Bayes priors |
error.model |
Either |
missingness.model |
Either |
missingness.threshold |
All feature quants equal to or below this are treated as missing (default = 0) |
model.seed |
Random number seed |
model.nchain |
Number of MCMC chains to run |
model.nwarmup |
Number of MCMC warmup iterations to run for each chain |
model.thin |
MCMC thinning factor |
model.nsample |
Total number of MCMC samples to deliver downstream |
nthread |
Number of CPU threads to employ |
hpc |
Either |
bayesprot_control
object to pass to bayesprot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.