beautify_GO_table | R Documentation |
Beautifying an enrichment table with GO identifiers in it
beautify_GO_table(enrich_tbl, GO_id_column = "GO.ID")
enrich_tbl |
A data frame tabular representation of the enrichment results |
GO_id_column |
Character string, specifying which column contains the GO term identifier |
A data.frame, ready to be passed on to
DT::datatable(..., escape = FALSE)
, to render the buttons correctly
## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.