filter_sets | R Documentation |
Helper Function to filter and format the gene set resource
filter_sets(set_source, source_col, filter_col, filter_crit, .minsize, .silent)
set_source |
Set Source (e.g. TF regulon sets, GO:term sets, etc) |
source_col |
name of the column with the source for the set source |
filter_col |
name of the column by which we wish to filter |
filter_crit |
criteria by which we wish to filter the |
.minsize |
minimum size of each set |
.silent |
bool whether to silence wanring messages |
Filtering can be omitted if filter_col
is NA
.
returns a filtered and formatted set source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.