View source: R/loom.R View source: R/loom.R
get_cell_mask_by_cluster_name | R Documentation |
Get a cell mask for the given cluster.name of the given loom.
Get a cell mask for the given cluster.name of the given loom.
get_cell_mask_by_cluster_name(loom, cluster.name) get_cell_mask_by_cluster_name(loom, cluster.name)
loom |
The loom file handler. |
cluster.name |
The name of the cluster. |
A N-by-1 boolean vector specifying which cells belong to the given cluster.name in the given loom.
A N-by-1 boolean vector specifying which cells belong to the given cluster.name in the given loom.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.