GOtab | R Documentation |
Make a Pandoc table of the top n results from a GO_GEM() results object. This is useful for making markdown reports.
GOtab(GOres, ts = c(10, 500), sig = TRUE, title = "", n = 10)
GOres |
A single results table from GO_GEM() function with returnRes = T. |
ts |
Numeric vector of length 2 indicating the minimum and maximum term sizes to filter GO results. Defaults to c(10,500). |
sig |
Boolean indicating if the top significant terms should be shown. If FALSE, top enriched terms are shown. Default is TRUE. |
title |
Character for the table legend description |
n |
number of top terms to show. Default is 10. If there are fewer than n terms after filtering, only those terms will be shown. |
Prints a pandoc.table of results to stdout.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.