bb_gosummary | R Documentation |
A function to reduce go terms by semantic similarity
bb_gosummary(
x,
reduce_threshold = 0.8,
go_db = c("org.Hs.eg.db", "org.Dr.eg.db", "org.Mm.eg.db")
)
x |
A list go term enrichment results produced by bb_goenrichment. |
reduce_threshold |
The degree of term reduction. 0 to 1. Higher is more reduction. |
go_db |
The database to query. Choose from c("org.Hs.eg.db", "org.Dr.eg.db", "org.Mm.eg.db", ...). |
A list of items for downstream plotting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.