Description Usage Arguments Value Examples
Fits a sigmoidal expression model for a single gene vector, returning MLE model parameters and p-value.
1 | fit_nzi_model(y, pst)
|
y |
Vector of gene expression values |
pst |
Pseudotime vector, of same length as y |
A vector with 5 entries: maximum likelihood estimates for μ_0, k t0, σ^2 and a p-value
1 2 3 4 | data(synth_gex)
data(ex_pseudotime)
y <- synth_gex[1, ]
fit <- fit_nzi_model(y, ex_pseudotime)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.