Description Usage Arguments Value Examples
This returns a ggplot
density plot of the cells across pseudotime.
1 | plot_pseudotime_density(sce, color_by = NULL, reverse = FALSE)
|
sce |
An object of class SCESet |
color_by |
The variable (in |
reverse |
Logical If true the pseudotime will be reversed. |
A 'ggplot' object
1 2 3 4 5 | library(scater)
data('sc_example_counts') ; sce <- newSCESet(countData = sc_example_counts)
sce <- embeddr(sce)
sce <- fit_pseudotime(sce)
plot_pseudotime_density(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.