Description Usage Arguments Value Author(s) Examples
View source: R/EnrichedFilter.R
Simplify the enrichment results based on Jaccard index
1  | EnrichedFilter(enrichment = enrichment, cutoff = 0.8)
 | 
enrichment | 
 A data frame of enrichment result.  | 
cutoff | 
 A numeric, specifying the cutoff of Jaccard index between two pathways.  | 
A data frame.
Yihan Xiao
1 2 3 4 5 6  | 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.