Description Usage Arguments Value See Also
View source: R/filter_pvalues.R
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).
1 | filter_pvalues(dat, which_pvalue = "adjusted", cutoff)
|
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. |
Data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.