grep_clust-ClusterSet-method: Search gene module using a regular expression.

grep_clust,ClusterSet-methodR Documentation

Search gene module using a regular expression.

Description

Search gene module using a regular expression.

Usage

## S4 method for signature 'ClusterSet'
grep_clust(object = NULL, reg_exp = NULL, as_list = FALSE)

Arguments

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.

Examples

# load a dataset
load_example_dataset('7871581/files/pbmc3k_medium_clusters')
hit <- grep_clust(pbmc3k_medium_clusters, reg_exp="^T.*[0-9]$")

dputhier/scigenex documentation built on Feb. 28, 2025, 1:24 a.m.