get_cell_annotation | R Documentation |
Get cell annotations from the given loom file
get_cell_annotation(loom, annotations.columns = NULL)
loom |
.loom file name |
data.frame containing the cell annotations in the given loom (cells as rows, annotation variables as columns).
loomPath <- file.path(system.file('extdata', package='SCopeLoomR'), "example.loom") loom <- open_loom(loomPath) cell_annotations <- get_cell_annotation(loom) head(cellAnnots)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.