scvelo_expression | R Documentation |
run scvelo on a gene or transcript level object
scvelo_expression(
object,
mode = c("steady_state", "deterministic", "stochastic", "dynamical"),
embedding = c("UMAP", "PCA", "TSNE"),
...
)
object |
a object |
mode |
deterministic, stochastic, or dynamical |
embedding |
UMAP, PCA or TSNE |
... |
extra args passed to run_scvelo |
a SingleCellExperiment object with velocity calculated
chevreul_sce <- chevreuldata::human_gene_transcript_sce()
scvelo_expression(chevreul_sce, embedding = "UMAP", color_by = "velocity_pseudotime")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.