Learn R Programming

GoMiner (version 1.2)

GOhypergeometric3: GOhypergeometric

Description

compute the hypergeometric p value for gene enrichment in a GO category

Usage

GOhypergeometric3(tableSample3, tablePop3)

Value

returns a matrix with columns c("x","m","n","k","p")

Arguments

tableSample3

sample return value of GOtable3()

tablePop3

population return value of GOtable3()

Examples

Run this code
hyper<-GOhypergeometric3(x_tableSample3,x_tablePop3)

Run the code above in your browser using DataLab