Description Usage Arguments Value
The opacity of the cones is manipulated so that dot colors are visible.
The provided SingleCellExperiment txis
MUST have an element scVelo
in
its metadata, and that element (a SingleCellExperiment) needs to have a
colData column "velocity_pseudotime" unless an argument 'colr' is provided.
(Hence the references internally to "COLORING" rather than "COLOR")
1 2 3 4 5 6 7 8 |
txis |
a SingleCellExperiment with metadata(txis)$scVelo |
embed |
which reducedDims() element to use for plotting? (UMAP) |
replace |
replace any existing metadata element |
colr |
column(s) to use for colors (default: velocity_pseudotime) |
flip |
flip the velocity arrows (ghetto CellRank)? (FALSE) |
... |
optional arguments to pass to plotly::plot_ly() |
1 | a plotly plot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.