Description Usage Arguments Value Examples
Equivalent to pData(sce)$pseudotime
1 | pseudotime(sce)
|
sce |
An object of class |
A numeric vector of pseudotimes
1 2 3 4 5 | library(scater)
data('sc_example_counts') ; sce <- newSCESet(countData = sc_example_counts)
sce <- embeddr(sce)
sce <- fit_pseudotime(sce)
pseudotime(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.