Description Usage Arguments Value
View source: R/filterGoanaOutput.R
This function filters the output of goana
to include only terms that are either more specific or more strongly enriched. It uses the ancestor-dependent relationships of the Gene Ontology database to identify terms that are less specific, and culls them unless they are more strongly enriched in the analysis than the descendant term.
1 | filterGoanaOutput(goanaResult, idCol = "GO_ID", orderBy = "P.DE")
|
goanaResult |
a data frame containing the results of call to |
idCol |
character or numeric, the column of |
orderBy |
character or numeric, the column of |
A data frame that is a subset of the input goanaResult
, retaining only rows for terms that are more strongly enriched than any descendant terms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.