Description Usage Arguments Value Examples
Extract maximum likelihood parameter estimates from a call to switchde
.
1 | extract_pars(sde, gene)
|
sde |
The |
gene |
The gene for which to extract parameters |
A vector of length 3 corresonding to the parameters μ_0, k and t_0
1 2 3 4 | data(synth_gex)
data(ex_pseudotime)
sde <- switchde(synth_gex, ex_pseudotime)
pars <- extract_pars(sde, "Gene1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.