filter_pvalues: Filter GO enrichment results using a p-value cutoff

Description Usage Arguments Value See Also

View source: R/filter_pvalues.R

Description

filter_pvalues takes a data frame with the results of GO enrichment analysis and performs row filtering based on provided cutoff value. The data can be filtered either using the raw (pvalue column) or the adjusted (default) p-values (p_bonferroni column).

Usage

1
filter_pvalues(dat, which_pvalue = "adjusted", cutoff)

Arguments

dat

Data frame with the results of GO enrichment analysis.

which_pvalue

A character string specifying p-value for filtering. Must of one of two: "raw" or "adjusted"

cutoff

A numeric value specifying the cutoff. All rows with p-values that are less or equal to the cutoff will be retained.

Value

Data frame.

See Also

get_ontology.


vitalinakomashko/parallelGO documentation built on May 18, 2019, 1:32 p.m.