plot_pseudotime_metrics: Plot metrics in pseudotime

Description Usage Arguments Value Examples

View source: R/embeddr.R

Description

Plot various metrics (mean, variance, CV2 and signal-to-noise ratio) using a sliding window approach. Calculates metrics if not already done so.

Usage

1

Arguments

sce

An object of class SCESet

...

Additional arguments to be passed to calculate_metrics concerning how the metrics are calculated.

Value

A ggplot graphic

Examples

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)

kieranrcampbell/embeddr documentation built on May 20, 2019, 9:24 a.m.