run scvelo on a gene or transcript level object
a object
deterministic, stochastic, or dynamical
UMAP, PCA or TSNE
extra args passed to run_scvelo
a SingleCellExperiment object with velocity calculated
chevreul_sce <- chevreuldata::human_gene_transcript_sce()
#> see ?chevreuldata and browseVignettes('chevreuldata') for documentation
#> loading from cache
plot_scvelo(chevreul_sce, embedding = "UMAP", color_by = "velocity_pseudotime")
#> Error in value[[3L]](cond): invalid subscript 'e' in 'altExp(<SingleCellExperiment>, type="character", ...)':
#> 'velocity' not in 'altExpNames(<SingleCellExperiment>)'