add_global_md_embedding | R Documentation |
Add the embedding with the given name to the global MetaData attribute.
add_global_md_embedding(loom, id, name, is.default = F, trajectory = NULL)
loom |
The loom file handler. |
name |
The name of the embedding to add. |
is.default |
Is the given embedding the default embedding to use in the .loom file. |
trajectory |
Adata.frame storing the X (first column) and Y (second column) coordinates of the trajectory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.