View source: R/combine_enrichments.R
add_data_to_graph | R Documentation |
given the annotation_graph and a data.frame, add all of the data in the data.frame to the graph so it is available elsewhere. Note that for NA integer and numerics, the value is modified to -100, and for infinite values, it is modified to 1e100.
add_data_to_graph(graph, data)
graph |
the graph to work on |
data |
the data to add to it |
graphNEL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.