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

Add ZINB-WaVE simulation to lists

parent 321c2d0c
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,12 @@ listSims <- function(print = TRUE) { ...@@ -56,7 +56,12 @@ listSims <- function(print = TRUE) {
c("PhenoPath", "pheno", "10.1101/159913", c("PhenoPath", "pheno", "10.1101/159913",
"kieranrcampbell/phenopath", "kieranrcampbell/phenopath",
"The PhenoPath simulation produces a pseudotime trajectory "The PhenoPath simulation produces a pseudotime trajectory
with different types of genes.")) with different types of genes."),
c("ZINB-WaVE", "zinb", "10.1101/125112",
"drisso/zinbwave",
"The ZINB-WaVE simulation simulates counts from a
sophisticated zero-inflated negative-binomial distribution
including cell and gene-level covariates."))
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)),
......
...@@ -21,6 +21,7 @@ reference: ...@@ -21,6 +21,7 @@ reference:
- '`SplatParams`' - '`SplatParams`'
- '`setParam`' - '`setParam`'
- '`setParams`' - '`setParams`'
- '`ZINBParams`'
- title: Estimation - title: Estimation
desc: Functions for estimating parameters desc: Functions for estimating parameters
contents: contents:
...@@ -36,6 +37,7 @@ reference: ...@@ -36,6 +37,7 @@ reference:
- '`splatEstLib`' - '`splatEstLib`'
- '`splatEstMean`' - '`splatEstMean`'
- '`splatEstOutlier`' - '`splatEstOutlier`'
- '`zinbEstimate`'
- title: Simulation - title: Simulation
desc: Functions for simulating datasets desc: Functions for simulating datasets
contents: contents:
...@@ -55,6 +57,7 @@ reference: ...@@ -55,6 +57,7 @@ reference:
- '`splatSimLibSizes`' - '`splatSimLibSizes`'
- '`splatSimTrueCounts`' - '`splatSimTrueCounts`'
- '`splatSimulate`' - '`splatSimulate`'
- '`zinbSimulate`'
- title: Comparison functions - title: Comparison functions
desc: Functions for comparing datasets desc: Functions for comparing datasets
contents: contents:
......
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