Description Usage Arguments Value Examples
Extract the MAP (maximum a posteriori, aka posterior mode)
estimates of the pseudotimes, switch times, peak times
or switch strengths from a ouija_fit
.
1 2 3 4 5 6 7 |
oui |
An object of class |
MAP estimates of the specified quantity.
1 2 3 4 5 | data(oui)
tmap <- map_pseudotime(oui)
t0map <- switch_times(oui)
pmap <- peak_times(oui)
kmap <- switch_strengths(oui)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.