serviceInputDefinition.inputNetwork - cytoscape/cytoscape-web GitHub Wiki
inputNetwork attribute is under serviceInputDefinition and denotes that a full network should be sent to the service.
"inputNetwork" : {
"model" : string,
"format" : string
}
NOTE: This attribute is only examined if type is set to network
.
Fields
model
One of these values:
network
: Full CX2 network. Example CX2Networkgraph
: Graph in CX2 format (IDs only). Example CX2Network IDs only
format
One of these values:
cx2
: Network in CX2 format.edgelist
: The format of the edge list. Example Edgelist