Skip to content
Snippets Groups Projects
Commit 70dfd48c authored by Luke Zappia's avatar Luke Zappia
Browse files

Set default MCMC iterations

parent a3a1e83a
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
#' @export
BASiCSEstimate <- function(counts, is.spike, spike.input,
batch = rep(1, ncol(counts)),
n = 40000, thin = 10, burn = 20000,
n = 20000, thin = 10, burn = 5000,
params = newBASiCSParams(), verbose = TRUE,
progress = TRUE, ...) {
UseMethod("BASiCSEstimate")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment