GOenrich3: GOenrich3

View source: R/GoMiner.R

GOenrich3R Documentation

GOenrich3

Description

compute the gene enrichment in a GO category

Usage

GOenrich3(tableSample3, tablePop3)

Arguments

tableSample3

sample return value of GOtable3()

tablePop3

population return value of GOtable3()

Value

returns a matrix with columns c("SAMPLE","POP","ENRICHMENT")

Examples

#load("data/x_tableSample3.RData")
#load("data/x_tablePop3.RData")
m<-GOenrich3(x_tableSample3,x_tablePop3)


GoMiner documentation built on April 12, 2025, 1:43 a.m.