enrichment_geneSet: enrichment_geneSet

Description Usage Arguments Value Author(s) Examples

View source: R/scsR.R

Description

Computes the hypergeometric p-value that represents the enrichment of genesetA with genes of the genesetB.

Usage

1
enrichment_geneSet(genesetA, genesetB, background=NULL, quiet=FALSE)

Arguments

genesetA

vector of sorted genes (vector of strings)

genesetB

vector of sorted genes (vector of strings)

background

vector of genes to be used as background (vector of strings)

quiet

avoid print any message/warning (boolean)

Value

the hypergeometric p-value that represents the enrichment of genesetA with genes of the genesetB. (integer)

Author(s)

Andrea Franceschini

Examples

1
2
3
4
5

scsR documentation built on April 28, 2020, 7:11 p.m.