cytoscape/cytoscape-explore

API support to import a network from NDEX

Closed this issue · 0 comments

  • Add an async import function in import-export directory (i.e. in an ndex.js file). The function should take a cy network and user credentials as input.
  • Calling importNDEX(cy, credentials) should make an HTTP request to get an existing network from NDEX using the provided credentials and put network into cy. This should use the CX import code (#57).

Depends on: CX import API support #56