.hyper_enrichment {hypeR}R Documentation

Overrepresentation test via hyper-geometric distribution

Description

Overrepresentation test via hyper-geometric distribution

Usage

.hyper_enrichment(signature, gsets, bg = length(unique(unlist(gsets))),
  do.plots = TRUE)

Arguments

signature

A vector of symbols

gsets

A list of genesets

bg

Size of background population genes

do.plots

Use true to generate plots

Value

A list of data and plots


[Package hypeR version 1.2.0 Index]