grep_clust,ClusterSet-method | R Documentation |
Search gene module using a regular expression.
## S4 method for signature 'ClusterSet'
grep_clust(object = NULL, reg_exp = NULL, as_list = FALSE)
object |
a ClusterSet object. |
reg_exp |
The regular expression indicating the genes to be found. |
as_list |
Whether to return the result as a list. |
# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
hit <- grep_clust(pbmc3k_medium_clusters, reg_exp="^T.*[0-9]$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.