Learn R Programming

enrichit (version 0.1.1)

enrichit_params: Common parameters for enrichit functions

Description

Common parameters for enrichit functions

Arguments

geneList

A named numeric vector of gene statistics (e.g., log fold change), ranked in descending order.

gene_sets

A named list of gene sets. Each element is a character vector of genes.

nPerm

Number of permutations for p-value calculation (default: 1000).

exponent

Weighting exponent for enrichment score (default: 1.0).

minGSSize

minimal size of each geneSet for analyzing

maxGSSize

maximal size of each geneSet for analyzing

pvalueCutoff

P-value cutoff.

pAdjustMethod

P-value adjustment method (e.g., "BH").

verbose

Logical. Print progress messages.

gson

A GSON object containing gene set information.

method

Permutation method.

adaptive

Logical. Use adaptive permutation.

minPerm

Minimum permutations for adaptive mode.

maxPerm

Maximum permutations for adaptive mode.

pvalThreshold

P-value threshold for early stopping.