Description Usage Arguments Value
View source: R/add_static_trace.R
Refactoring plot_velo into multiple functions moving forwards
1 | add_static_trace(txis, embed = "UMAP", colr = NULL, p = NULL, ...)
|
txis |
a SingleCellExperiment |
embed |
which reducedDims() element to use for plotting? (UMAP) |
colr |
column(s) to use for colors (default: colLabels(txis)) |
p |
an existing plotly object to add the trace to (NULL) |
... |
optional arguments to pass to plotly::plot_ly() |
1 | a plotly trace
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.