Description Usage Arguments Value Examples
Plot a set of genes through pseudotime using smooth LOESS curves.
1 2 3 |
sce |
An object of class |
nrow |
Number of rows of plots; passed to |
ncol |
Number of columns of plots; passed to |
use_short_names |
Logical If |
use_log_scale |
Logical If TRUE scale_y_log10 is added to plot |
facet_wrap_scales |
Passed to the scales argument in |
color_by |
What variable should points be coloured by? Must be in |
y_lab |
Y-axis label for plot. |
A ggplot2 plot
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_in_pseudotime(sce[1:4,]) # plot first four genes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.