slimGO | R Documentation |
Slims top significant Gene Ontology terms from enrichR
, rGREAT
,
and GOfuncR
using rrvgo
.
slimGO(
GO = GO,
tool = c("enrichR", "rGREAT", "GOfuncR"),
annoDb = annoDb,
plots = FALSE,
threshold = 0.7
)
GO |
A dataframe or list of dataframes returned from |
tool |
A character vector of the name of the database (enrichR, rGREAT, or GOfuncR). |
annoDb |
Character specifying |
plots |
Logical indicating if scatter and treemap plots should be generated. |
threshold |
Numeric indicating similarity threshold (0-1) for |
slimGO
A tibble
of top distinct and significant GO terms from an enrichR
,
rGREAT
or GOfuncR
analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.