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

Add SparseDC to listSims

parent 4cad5734
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,12 @@ listSims <- function(print = TRUE) {
"drisso/zinbwave",
"The ZINB-WaVE simulation simulates counts from a
sophisticated zero-inflated negative-binomial distribution
including cell and gene-level covariates."))
including cell and gene-level covariates."),
c("SparseDC", "sparseDC", "10.1093/nar/gkx1113",
"cran/SparseDC",
"The SparseDC simulation simulates a set of clusters
across two conditions, where some clusters may be present in
only one condition."))
sims.table <- data.frame(Name = rep(NA, length(sims)),
Prefix = rep(NA, length(sims)),
......
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