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

Adjust ZINBParams defaults

parent d6c7bab0
No related branches found
No related tags found
No related merge requests found
......@@ -573,4 +573,5 @@ setClass("PhenoParams",
setClass("ZINBParams",
contains = "Params",
slots = c(model = "ZinbModel"),
prototype = prototype(model = zinbwave::zinbModel()))
prototype = prototype(nGenes = 100, nCells = 50,
model = zinbwave::zinbModel()))
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