Description Usage Arguments Value Examples
remove_small_sets function removes sets that have fewer genes
identifiers than min_set_size.
| 1 | remove_small_sets(dat, min_set_size)
 | 
| dat | Data frame object with two columns: ENTREZ gene identifiers
 | 
| min_set_size | Positive integer that defines the minimum number of genes in a set. All sets that don't meet this criteria will be removed. | 
Data frame object.
| 1 2 3 4 5 | ## Not run: 
data("human_symbol")
temp <- remove_small_sets(human_symbol, min_set_size = 30)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.