View source: R/EnrichedFilter.R View source: R/.ipynb_checkpoints/EnrichedFilter-checkpoint.R
EnrichedFilter | R Documentation |
Simplify the enrichment results based on Jaccard index
EnrichedFilter(enrichment = enrichment, cutoff = 0.8)
enrichment |
A data frame of enrichment result or an enrichResult object. |
cutoff |
A numeric, specifying the cutoff of Jaccard index between two pathways. |
A data frame.
Yihan Xiao
data(geneList, package = "DOSE")
## Not run:
enrichRes <- enrich.HGT(geneList, keytype = "entrez")
EnrichedFilter(enrichRes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.