dataFramesToJSON: Create a cytoscape.js JSON graph from one or two data.frames.

Description Usage Arguments

View source: R/graphsToJSON.R

Description

Create a cytoscape.js JSON graph from one or two data.frames.

Usage

1
dataFramesToJSON(tbl.edges, tbl.nodes = NULL)

Arguments

tbl.edges

data.frame, with source, target and interaction columns, others option for edge attributes

tbl.nodes

data.frame, options, useful for orphan nodes, and necessary for adding node attributes


RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.