EnrichedFilter {MAGeCKFlute}R Documentation

Simplify the enrichment results based on Jaccard index

Description

Simplify the enrichment results based on Jaccard index

Usage

EnrichedFilter(enrichment = enrichment, cutoff = 0.8)

Arguments

enrichment

A data frame of enrichment result.

cutoff

A numeric, specifying the cutoff of Jaccard index between two pathways.

Value

A data frame.

Author(s)

Yihan Xiao

Examples

data(geneList, package = "DOSE")
## Not run: 
  enrichRes <- enrich.HGT(geneList, keytype = "entrez")
  EnrichedFilter(enrichRes)

## End(Not run)

[Package MAGeCKFlute version 1.10.0 Index]