export.graphml: export.graphml

Description Usage Arguments Examples

View source: R/external.R

Description

Create a graphML object which can be imported in cytoscape This function is based on the tronco.plot fuction

Usage

1

Arguments

x

A TRONCO compliant dataset

file

Where to save the output

...

parameters for tronco.plot

Examples

1
2
data(test_model)
export.graphml(test_model, file='text.xml', scale.nodes=0.3)

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.