Description Usage Arguments Value Examples
Plot various metrics (mean, variance, CV2 and signal-to-noise ratio) using a sliding window approach. Calculates metrics if not already done so.
1 | plot_pseudotime_metrics(sce, ...)
|
sce |
An object of class |
... |
Additional arguments to be passed to |
A ggplot graphic
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_metrics(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.