createTransomicEdges {transomics2cytoscape}R Documentation

Create Trans-Omic edges between layers of the network.

Description

Create Trans-Omic edges between layers of the network

Usage

createTransomicEdges(suid, transomicEdges)

Arguments

suid

A SUID of Cytoscape network

transomicEdges

Path of a TSV file with the 9 columns (layer index of a source node, name or KEGG object ID that the source node should have, layer index of a target node, name or KEGG object ID that the target node should have, interaction type).

Value

A SUID of the 3D network.

Author(s)

Kozo Nishida

Examples

## Not run: 
transomicEdges <- system.file("extdata", "allosteric.tsv",
    package = "transomics2cytoscape")
createTransomicEdges(suid, transomicEdges)

## End(Not run)

[Package transomics2cytoscape version 1.3.1 Index]