writeCytoscapeNetwork {miic} | R Documentation |
GraphML converting function for miic graph
Description
Convert miic graph to GraphML format.
Usage
writeCytoscapeNetwork(miic_obj, file, layout = NULL)
Arguments
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 |
Value
None
[Package miic version 2.0.3 Index]