richGSEA_internal: Enrichment analysis for any type of annotation data

View source: R/richGSEA.R

richGSEA_internalR Documentation

Enrichment analysis for any type of annotation data

Description

Enrichment analysis for any type of annotation data

Usage

richGSEA_internal(
  x,
  object,
  keytype = "",
  pvalue = 0.05,
  padj = NULL,
  minSize = 15,
  maxSize = 500,
  padj.method = "BH",
  organism = NULL,
  ontology = NULL,
  table = TRUE,
  sep = ","
)

Arguments

x

a vector include all log2FC with gene name

object

annotation file for all genes

pvalue

pvalue cutoff value

padj

adjust p value cut off method

minSize

Minimal size of a gene set to test. All pathways below the threshold are excluded.

maxSize

Maximal size of a gene set to test. All pathways above the threshold are excluded.

padj.method

p value adjust method

table

leadingEdge as vector

sep

character string used to separate the genes when concatenating

Author(s)

Kai Guo


hurlab/RichR documentation built on Feb. 5, 2024, 8:07 p.m.