export.graphml | R Documentation |
Create a graphML object which can be imported in cytoscape This function is based on the tronco.plot fuction
export.graphml(x, file, ...)
x |
A TRONCO compliant dataset |
file |
Where to save the output |
... |
parameters for tronco.plot |
data(test_model)
export.graphml(test_model, file='text.xml', scale.nodes=0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.