joinGOEnrichResults: Method extracts all GO ontology specific enrichment result...

View source: R/enrichment_funks.R

joinGOEnrichResultsR Documentation

Method extracts all GO ontology specific enrichment result and combines them into a single data frame, re-adjusting the Pvalues for multiple hypothesis testing.

Description

Method extracts all GO ontology specific enrichment result and combines them into a single data frame, re-adjusting the Pvalues for multiple hypothesis testing.

Usage

joinGOEnrichResults(go.enrich.lst, p.adjust.method = "fdr")

Arguments

go.enrich.lst

The result of calling method goEnrichTest(...).

p.adjust.method

The method to use when adjusting p-values for multiple hypothesis testing. Default is 'fdr' [see p.adjust for details]

Value

A data.frame with the merged enriched GO terms and adjusted p-values.


asishallab/GeneFamilies documentation built on July 28, 2024, 11:44 a.m.