miic.write.network.cytoscape {miic} | R Documentation |
GraphML converting function for miic graph
Description
Convert miic graph to GraphML format.
Usage
miic.write.network.cytoscape(g, file, layout = NULL)
Arguments
g |
The graph object returned by miic. |
file |
A string. Path to the output file containing file name without extension (.graphml will be appended). |
layout |
An optional data frame of 2 (or 3) columns containing the
coordinate |
[Package miic version 1.5.3 Index]