Description Usage Arguments Value Examples
Format forcegraph data.frames to JSON
1 |
data |
result of |
JSON objects
1 2 3 4 5 6 | data(go_up1)
data_dir <- tempdir()
scrape_revigo(data_dir, go_up1)
xgmml_path <- file.path(data_dir, 'cytoscape_map.xgmml')
data <- convert_xgmml(xgmml_path)
data_to_json(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.