mod_ora: # Run module overrepresentation analysis

Description Usage Arguments Value Examples

Description

# Run module overrepresentation analysis

Usage

1
2
3
4
mod_ora(fc, gmt, verbose = FALSE)

## S4 method for signature 'fcoex'
mod_ora(fc, gmt, verbose = FALSE)

Arguments

fc

A fcoex object.

gmt

A gmt file with gene sets for ora analysis

verbose

Controls verbosity. Defaults to FALSE.

Value

A fcoex object containing over-representation analysis data

Examples

1
2
3
4
data("fc")
gmt_fname <- system.file("extdata", "pathways.gmt", package = "CEMiTool")
gmt_in <- read_gmt(gmt_fname)
fc <- mod_ora(fc, gmt_in)

lubianat/fcoex documentation built on Aug. 6, 2020, 3:39 a.m.