get_embeddings | R Documentation |
Get embeddings (e.g. t-SNE, UMAP) from the given loom file
get_embeddings(loom)
loom |
The loom file handler. |
List with the embeddings (each of them as data.frame)
loomPath <- file.path(system.file('extdata', package='SCopeLoomR'), "example.loom") loom <- open_loom(loomPath) embeddings <- get_embeddings(loom) names(embeddings) head(embeddings[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.