Skip to contents

Over-representation analysis (ORA)

Usage

wrapper_ora_core(
  genes,
  genesets,
  universe,
  genesets_extra_info = NULL,
  gene_mapping = NULL,
  name = "",
  sep = "_",
  method = "hypergeometric",
  min_GS_size = 10,
  max_GS_size = 500,
  topn_genes = 20
)

Arguments

genes

Vector of genes that that tested for over-representation.

genesets

List of gene sets.

universe

Vector of genes defining the gene universe.