writeCytoscapeNetwork {miic} | R Documentation |
Convert miic graph to GraphML format.
writeCytoscapeNetwork(miic_obj, file, layout = NULL)
miic_obj |
A miic object. The object returned by the |
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 |
None