writeMultiLayer: Save and visualize multi-layer network

View source: R/MultiLayerFunctions.R

writeMultiLayerR Documentation

Save and visualize multi-layer network

Description

Function to save the list of edges and nodes from the multi-layer network to visualize it in Cytoscape

Usage

writeMultiLayer(inputData, multiLayer, visualize = FALSE)

Arguments

inputData

list, list returned by the loadInputData function

multiLayer

list, list containing the multi-layer network as returned by the makeMultiLayer function

visualize

boolean, if == TRUE, the multi-layer layer will be visualized in Cytoscape (NOTE. Cytoscape needs to be open). The default value is FALSE

Value

Nothing, but it generates files with the list of nodes, edges, and the Cytoscape visualization (if visualize == TRUE)

Author(s)

Elva Novoa, elva-maria.novoa-del-toro@inrae.fr

Examples

# See the MultiLayerNetwork vignette


MetClassNet/MetClassNetR documentation built on June 30, 2023, 2:12 p.m.