extract_pars {switchde} | R Documentation |
Extract maximum likelihood parameter estimates from a call to switchde
.
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
data(synth_gex) data(ex_pseudotime) sde <- switchde(synth_gex, ex_pseudotime) pars <- extract_pars(sde, "Gene1")