Learn R Programming

GOFunction (version 1.20.0)

enrichmentFunction: Identification of statistically significant GO terms

Description

Using the hypergenomic distribution test and FDR correction procedure, this function can identify a set of statistically significant GO terms.

Arguments

annRef
annRef is the annotated reference genes and their annotated terms.
annInterest
annInterest is the annotated interesting genes and their annotated terms.
method
method is the fdr method. GO-function provides three p value correction methods: "bonferroni", "BH" and "BY". The default is "BY".
fdrth
fdrth is the fdr cutoff to identify statistically significant GO terms. The default is 0.05.

Value

The function returns a list contained two values: The first value is a table contained the information of all statistically significant terms under a FDR control level and the second value is a table contained the information of all annotated GO terms.

See Also

GOFunction