Description Usage Arguments Value Examples
View source: R/revigo_forcegraph.R
Convert cytoscape xgmml to data.frames
1 | convert_xgmml(xgmml_path)
|
xgmml_path |
path to .xgmml file |
list of data.frames with nodes and links for forcegraph
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.