Apps

Functions for inspecting and managing apps for Cytoscape.

Local Apps

disable_app(app[, base_url])

Disable App.

enable_app(app[, base_url])

Enable App.

get_app_status(app[, base_url])

Retrieve the current status of a Cytoscape app: Installed, Uninstalled or Disabled.

get_app_updates([base_url])

Retrieve list of currently installed Cytoscape apps with updates available.

get_disabled_apps([base_url])

Retrieve list of currently disabled apps in Cytoscape.

get_installed_apps([base_url])

Retrieve list of currently installed apps in Cytoscape.

get_uninstalled_apps([base_url])

Retrieve list of apps not currently installed in Cytoscape.

install_app(app[, base_url])

Installs an app in Cytoscape

uninstall_app(app[, base_url])

Uninstall an app from Cytoscape.

update_app(app[, base_url])

Update a Cytoscape app to the latest available version.

App Store

get_app_information(app[, base_url])

Retrieve the name, brief description and version of a Cytoscape app.

get_available_apps([base_url])

Retrieve a list of apps available for installation in Cytoscape.

open_app_store(app[, base_url])

Opens the Cytoscape App Store in a new tab in your default browser.