which_clust | R Documentation |
Which clusters contain a set of genes.
which_clust(object, genes = NULL)
object |
a ClusterSet object. |
genes |
The genes to be searched in the ClusterSet. |
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
hit <- which_clust(pbmc3k_medium_clusters, genes = c("TJP2", "GLA", "UNKNOWN"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.