Description Usage Arguments Examples
Create a graphML object which can be imported in cytoscape This function is based on the tronco.plot fuction
1 | export.graphml(x, file, ...)
|
x |
A TRONCO compliant dataset |
file |
Where to save the output |
... |
parameters for tronco.plot |
1 2 | 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.