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

Add BASiCS to listSims

parent 8d9c951f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,12 @@ listSims <- function(print = TRUE) { ...@@ -46,7 +46,12 @@ listSims <- function(print = TRUE) {
"kdkorthauer/scDD", "kdkorthauer/scDD",
"The scDD simulation samples a given dataset and can "The scDD simulation samples a given dataset and can
simulate differentially expressed and differentially simulate differentially expressed and differentially
distributed genes between two conditions.")) distributed genes between two conditions."),
c("BASiCS", "BASiCS", "10.1371/journal.pcbi.1004333",
"catavallejos/BASiCS",
"The BASiCS simulation is based on a bayesian model used to
deconvolve biological and technical variation and
includes spike-ins and batch effects."))
sims.table <- data.frame(Name = rep(NA, length(sims)), sims.table <- data.frame(Name = rep(NA, length(sims)),
Prefix = 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