Description Usage Arguments Value Examples
Plot the expression along pseudotime with the maximum a posteriori (MAP) mean function as fitted by Ouija, or the MAP estimates of the switch and peak times along with 95
1 2 3 4 5 | plot_switch_times(oui)
plot_peak_times(oui)
plot_expression(oui, ncol = 2, nrow = NULL)
|
oui |
A |
ncol |
The number of columns for the expression plot |
nrow |
The number of rows for the expression plot |
A ggplot2
object plotting the expression, switch times, or peak times
1 2 3 4 5 6 7 | data(oui)
plot_expression(oui)
plot_switch_times(oui)
## Not run:
plot_peak_times(oui)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.