generate_table | R Documentation |
given a combined_enrichment
object, get out the data.frame
either for investigation or to add data to the cc_graph
.
generate_table(comb_enrichment, link_type = "explicit")
## S4 method for signature 'combined_enrichment'
generate_table(comb_enrichment, link_type = "explicit")
comb_enrichment |
the |
link_type |
should their be an "explicit" link (see details) |
the link_type
controls whether to create an "explicit" link
that is actually a column in the data.frame, or create an "implicit" html link
that is part of the @name
column in the returned data.frame. Useful
if you are embedding the data.frame in an html report.
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.