grep_clust | R Documentation |
Search genes within ClusterSet using a REGEXP.
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, "[Kk][Rr][Tt]")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.