EnrichRResult: Construct an EnrichRResult object

View source: R/EnrichRResult.R

EnrichRResultR Documentation

Construct an EnrichRResult object

Description

Construct an EnrichRResult object

Usage

EnrichRResult(
  up_results,
  down_results,
  upreg,
  downreg,
  alpha,
  upper,
  lower,
  dbs,
  useFDR
)

Arguments

up_results

tbl_df A tibble of enrichment results from the upregulated genes

down_results

tbl_df A tibble of enrichment results from the upregulated genes

upreg

tbl_df A tibble of up-regulated genes

downreg

tbl_df A tibble of down-regulated genes

alpha

numeric Alpha level of significance

upper

numeric Upper threshold for up-regulated genes

lower

numeric Lower threshold for down-regulated genes

dbs

character a vector of the databases used for the enrichment analysis

useFDR

logical Whether to filter by adjusted p-value

Value

an object of class EnrichRResult

Examples

TRUE

CogDisResLab/BioPathNet documentation built on June 29, 2023, 2:28 p.m.