mod_ora: Over Representation Analysis (ORA)

Description Usage Arguments Value Examples

Description

This function was modified from the CEMiTool package. Chunks of code were retained "as is"

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 <- pathwayPCA::read_gmt(gmt_fname)
fc <- mod_ora(fc, gmt_in)

csbl-usp/fcoex documentation built on Sept. 15, 2021, 7:42 a.m.