Skip to contents

Beautifying an enrichment table with GO identifiers in it

Usage

beautify_GO_table(enrich_tbl, GO_id_column = "GO.ID")

Arguments

enrich_tbl

A data frame tabular representation of the enrichment results

GO_id_column

Character string, specifying which column contains the GO term identifier

Value

A data.frame, ready to be passed on to DT::datatable(..., escape = FALSE), to render the buttons correctly

Examples

## TODO