.hyper_enrichment {hypeR}R Documentation

Overrepresentation test via hyper-geometric distribution

Description

Overrepresentation test via hyper-geometric distribution

Usage

.hyper_enrichment(
  signature,
  genesets,
  background = length(unique(unlist(genesets))),
  plotting = TRUE
)

Arguments

signature

A vector of symbols

genesets

A list of genesets

background

Size of background population genes

plotting

Use true to generate plots

Value

A list of data and plots


[Package hypeR version 1.10.0 Index]