Description Usage Arguments Value
View source: R/compute_velocity.R
FIXME: add CellRank inference of directions
1 2 3 4 5 6 7 | compute_velocity(
txis,
embed = "UMAP",
scvmode = "stochastic",
cleanup = FALSE,
...
)
|
txis |
A SingleCellExperiment with assays 'spliced' and 'unspliced' |
embed |
Into which reducedDims() element shall scVelo project? (UMAP) |
scvmode |
scVelo mode (default "stochastic"; "dynamical" also available) |
cleanup |
clean up size factors (rather than droppping cells)? (FALSE) |
... |
Additional arguments passed to velociraptor::scvelo |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.