Description Usage Arguments Value Examples
Returns the highest probability credible intervals for each cell.
1 | pseudotime_error(oui, prob = 0.95)
|
oui |
An object of class |
prob |
The probability for the credible interval. Default is 0.95. |
A matrix with two columns, where the first column gives the lower interval and the second gives the upper interval for the pseudotimes of each cell.
1 2 | data(oui)
pst_err <- pseudotime_error(oui)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.