grep_clust,ClusterSet-method | R Documentation |
Search genes within ClusterSet using a REGEXP.
## S4 method for signature 'ClusterSet'
grep_clust(object, regexp = NULL, val = TRUE)
object |
a ClusterSet object. |
regexp |
The regular expression |
val |
if FALSE, a vector containing the (integer) indices of the matches determined by grep is returned, and if TRUE, a vector containing the matching elements themselves is returned. |
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
grep_clust(pbmc3k_medium_clusters, "^CD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.