Create a new CyNDEx service instance
Port number for Cytoscape REST API (default: 1234)
Optionalconfig: CyNDExConfigOptional configuration object
Get the port number for Cytoscape REST API
StaticcyGet the base URL for Cytoscape REST API
Set NDEx server base URL
Complete base URL for NDEx server (e.g., 'https://www.ndexbio.org') Must include protocol (https:// or http://)
Get the current NDEx server base URL
Complete NDEx server base URL
Set basic authentication credentials for NDEx operations
NDEx username
NDEx password
Set OAuth ID token for NDEx operations
OAuth ID token from authentication provider
Clear authentication credentials
Get the complete Cytoscape REST API URL
Complete URL for Cytoscape REST API
Get CyNDEx plugin status from Cytoscape
Promise resolving to CyNDEx status information
Get network summary information from Cytoscape
Network SUID or 'current' for current network (default: 'current')
Promise resolving to network summary
Import network from NDEx to Cytoscape
NDEx network UUID
OptionalaccessKey: stringOptional access key for private networks
OptionalcreateView: booleanWhether to create a network view (default: undefined)
Promise resolving to import result
Import CX network data to Cytoscape
CX format network data
Promise resolving to import result
Import CX2 network data to Cytoscape
CX2 format network data as string
Network title
Collection name
Promise resolving to import result
Export network from Cytoscape to NDEx (create new network)
Network SUID or 'current' for current network (default: 'current')
Promise resolving to export result
Update existing network in NDEx with data from Cytoscape
Network SUID or 'current' for current network (default: 'current')
Target NDEx network UUID to update
Promise resolving to update result
CyNDEx Service - Cytoscape-NDEx Bridge
Provides seamless integration between Cytoscape desktop application and NDEx, enabling import/export of networks with support for CX and CX2 formats.
This service communicates with Cytoscape via its REST API and handles NDEx authentication parameters that are passed to Cytoscape for NDEx operations.
Example