View source: R/MCMC-clustering.R
runMCMCForAllBoxes | R Documentation |
run MCMC using JAGS
runMCMCForAllBoxes(
sep_list,
sample_presence = TRUE,
ploidy = 2,
max_K = 5,
min_mutation_per_cluster = 5,
cluster_diff_thresh = 0.05,
n.iter = 5000,
n.burn = 1000,
thin = 10,
mc.cores = 4,
inits = list(.RNG.name = "base::Wichmann-Hill", .RNG.seed = 123)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.