Description Usage Arguments Value Examples
View source: R/lib_enrichment.R
resource_reduce Merge terms across resources to reduce the number of redundant and semi-redundant terms
| 1 | resource_reduce(genesets = NULL, min_overlap = 0.8, verbose = TRUE)
 | 
| genesets | the input genesets to consider. May be from one or multiple resources. | 
| min_overlap | terms that share at least this fraction of genes will be merged | 
| verbose | if TRUE, print status and summary output | 
the list of terms, after merging to reduce redundnat and semi-redundant terms
| 1 2 | require(RITANdata)
r <- resource_reduce( geneset_list$DisGeNet )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.