writeCytoscapeNetwork: GraphML converting function for miic graph

View source: R/write.cytoscape.R

writeCytoscapeNetworkR 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 miic execution.

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 x and y for each node. The optional first column can contain node names. If node names is not given, the order of the input file will be assigned to the list of positions.

Value

None


miic documentation built on Sept. 18, 2024, 1:07 a.m.