| KO_sea {ReporterScore} | R Documentation | 
Perform Simultaneous Enrichment Analysis
Description
Perform Simultaneous Enrichment Analysis
Usage
KO_sea(reporter_res, verbose = TRUE, ...)
Arguments
reporter_res | 
 The input reporter result.  | 
verbose | 
 If TRUE, print verbose messages. Default is TRUE.  | 
... | 
 Additional parameters to be passed to   | 
Value
enrich_res
See Also
Other common_enrich: 
KO_enrich(),
KO_fisher(),
KO_gsa(),
KO_gsea(),
KO_gsva(),
KO_padog(),
KO_safe(),
plot_enrich_res()
Examples
## use `SEA` from the `rSEA` package.
if (requireNamespace("rSEA")) {
  data("reporter_score_res")
  sea_res <- KO_sea(reporter_score_res, verbose = TRUE)
}
[Package ReporterScore version 0.1.6 Index]