add_embedding_from_dyno | R Documentation |
Add the given embedding as a column attribute and meta data related to the given embeddding to the given .loom file handler.
add_embedding_from_dyno(loom, dyno, name = NULL)
loom |
The loom file handler. |
dyno |
A dyno object generated by dyno::infer_trajectory. |
name |
A name to give to the embedding/trajectory inferred by the trajectory method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.