Set individual MCMC control parameters
(slots listed in help("Configs-class")).
burninMCMC burnin, the number of MCMC iterations to ignore at the beginning of each obj
effects_update_betavalues of l for which to update the beta_l, g parameters. For debugging only.
theta_updateIndices l for which theta_l is updated/sampled in the MCMC.
genes_returnIndices of genes whose parameter samples you want to return. Applies to all gene-specific parameters except for the epsilons.
genes_return_epsilonIndices of genes g for which epsilon_n, g is updated/returned.
iterationsNumber of MCMC iterations after burnin for which selected parameter samples are kept. Total MCMC iterations = burnin + thin * "iterations", and the whole "thin * iterations" portion is used to calculate posterior means, mean squares, and probabilities.
libraries_returnIndices of RNA-seq libraries whose parameter samples you want to return. Currently moot because there are no library-specific parameters other than the epsilons, but that could change in future versions of the package.
libraries_return_epsilonIndices of RNA-seq libraries n for which epsilon_n, g is updated/returned. Applies to all library-specific parameters except for the epsilons.
parameter_sets_returnCharacter vector naming the variables whose MCMC samples you want to return
parameter_sets_updateCharacter vector naming the variables to calculate/update during the MCMC.
priorsCharacter vector. Names of the family of priors on the betas after integrating out the xi's.
Can be any value returned by special_beta_priors(). All other values will default to the normal prior.
samplerscharacter string indicating the sampling algorithm
thinMCMC thinning interval. thin = 1 means parameter samples will be saved for every iterations
after burnin. thin = 10 means parameter samples will be saved every 10th iteration after burnin.
Total MCMC iterations = burnin + thin * "iterations", and the whole "thin * iterations" portion
is used to calculate posterior means, mean squares, and probabilities.
verboseNumber of times to print out progress during burnin and the actual MCMC.
If verbose > 0, then progress messages will also print during setup and cleanup.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.