Description Usage Arguments Value Examples
Reverse the pseudotimes of cells via pseudotime x -> -x + max(x) + min(x)
1 | reverse_pseudotime(sce)
|
sce |
An object of class |
sce
with the pseudotime reversed.
1 2 3 4 5 | library(scater)
data('sc_example_counts') ; sce <- newSCESet(countData = sc_example_counts)
sce <- embeddr(sce)
sce <- fit_pseudotime(sce)
sce <- reverse_pseudotime(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.