View source: R/loom.R View source: R/loom.R
get_cluster_dgem_by_name | R Documentation |
Get a subset of the digital gene expression matrix containing only the cells in the cluster annotated by the given cluster.name.
Get a subset of the digital gene expression matrix containing only the cells in the cluster annotated by the given cluster.name.
get_cluster_dgem_by_name(loom, cluster.name) get_cluster_dgem_by_name(loom, cluster.name)
loom |
The loom file handler. |
cluster.name |
The name/description of the cluster. |
A N-by-M matrix containing the gene expression levels of the cells in the cluster annotated by the given cluster.name. N represents the genes and M the cells.
A N-by-M matrix containing the gene expression levels of the cells in the cluster annotated by the given cluster.name. N represents the genes and M the cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.