All Projects → cytoscape → py4cytoscape

cytoscape / py4cytoscape

Licence: other
Python library for calling Cytoscape Automation via CyREST

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to py4cytoscape

cocoon-demo
Cocoon – a flow-based workflow automation, data mining and visual analytics tool.
Stars: ✭ 19 (-47.22%)
Mutual labels:  workflow-automation
N8n
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
Stars: ✭ 19,252 (+53377.78%)
Mutual labels:  workflow-automation
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+155.56%)
Mutual labels:  workflow-automation
ibis
IBIS is a workflow creation-engine that abstracts the Hadoop internals of ingesting RDBMS data.
Stars: ✭ 48 (+33.33%)
Mutual labels:  workflow-automation
Cadence
Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
Stars: ✭ 5,522 (+15238.89%)
Mutual labels:  workflow-automation
EnrichmentMapApp
The EnrichmentMap Cytoscape App allows you to visualize the results of gene-set enrichment as a network.
Stars: ✭ 26 (-27.78%)
Mutual labels:  cytoscape
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+38.89%)
Mutual labels:  workflow-automation
cytoscapeneo4j
Cytoscape plugin for neo4j
Stars: ✭ 18 (-50%)
Mutual labels:  cytoscape
Temporal
Temporal service
Stars: ✭ 3,212 (+8822.22%)
Mutual labels:  workflow-automation
hera-workflows
Hera is an Argo Workflows Python SDK. Hera aims to make workflow construction and submission easy and accessible to everyone! Hera abstracts away workflow setup details while still maintaining a consistent vocabulary with Argo Workflows.
Stars: ✭ 252 (+600%)
Mutual labels:  workflow-automation
alphasql
AlphaSQL provides Integrated Type and Schema Check and Parallelization for SQL file set mainly for BigQuery
Stars: ✭ 35 (-2.78%)
Mutual labels:  workflow-automation
Dagster
An orchestration platform for the development, production, and observation of data assets.
Stars: ✭ 4,099 (+11286.11%)
Mutual labels:  workflow-automation
gun-scape
GunDB Cytoscape Graph Visualizer + Live Editor
Stars: ✭ 49 (+36.11%)
Mutual labels:  cytoscape
jenkins-scriptlets
Useful groovy scripts that can be used while using Jenkins-CI for workflow automation
Stars: ✭ 16 (-55.56%)
Mutual labels:  workflow-automation
cytoscape.js-bubblesets
Cytoscape.js Bubblesets plugin
Stars: ✭ 18 (-50%)
Mutual labels:  cytoscape
monopacker
A tool for managing builds of monorepo frontend projects with eg. npm- or yarn workspaces, lerna or similar tools into a standalone application - no other tools needed.
Stars: ✭ 17 (-52.78%)
Mutual labels:  workflow-automation
cytoscape-sbgn-stylesheet
View biological networks via Cytoscape.js and sbgn-ml
Stars: ✭ 47 (+30.56%)
Mutual labels:  cytoscape
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (-25%)
Mutual labels:  workflow-automation
postier
Postier is a Laravel API automation platform to transfer data and to sync apps. You can build workflows with data and actions of multiple apps and apply logics to the data!
Stars: ✭ 55 (+52.78%)
Mutual labels:  workflow-automation
Cloudmapper
CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
Stars: ✭ 4,783 (+13186.11%)
Mutual labels:  cytoscape

py4cytoscape

This project recreates the R-based RCy3 Cytoscape Automation library as a Python package. The idea is to allow a Cytoscape workflow to be written in one language (R or Python) and translated to another language (Python or R) without having to learn different Cytoscape interfaces. The previous Cytoscape Python interface (Py2Cytoscape) has different features than the Cytoscape R library, and is therefore deprecated.

Additionally, this project attempts to maintain the same function signatures, return values, function implementation and module structure as the RCy3, thereby enabling smooth maintenance and evolution of both RCy3 and py4cytoscape.

This project uses PyCharm because of its excellent code management and debugging features.

Over time, py4cytoscape functionality should match RCy3 functionality. Once that occurs, novel Py2Cytoscape functions will be added to both as appropriate. The official Automation API definition met by both RCy3 and py4cytoscape is here. The API is versioned, and you can see which API version RCy3 or py4cytoscape implements by executing the cytoscape_version_info() or cytoscapeVersionInfo() function.

An overall scorecard comparing Py2Cytoscape, RCy3 and py4cytoscape can be found here. Pay close attention to columns E and F, which show how much of RCy3 is reflected in py4cytoscape.

Documentation

To understand the API structure and see calling examples, see the py4cytoscape documentation.

Quick Start

The quickest way to see py4cytoscape in action is via the Overview of py4cytoscape Jupyter-based workflow.

You can avoid installing Python or py4cytoscape by clicking on the Open in Colab button, and running the Python workflow in the Google Cloud, though you will still have to install Cytoscape on your workstation.

You can follow the notes in the Jupyter Notebook as the workflow automates Cytoscape execution.

How to install and test

For an explanation of py4cytoscape installation and testing, see the INSTALL.rst file.

How to learn more about py4cytoscape

A broad set of Cytoscape Automation samples and tutorials is available on the Cytoscape Automation Wiki.

How to configure logging

py4cytoscape logging is based on the Python logging package, which is based on the Java logging framework.

For an explanation of log configuration and use, see the LOGGING.rst file.

How to build and release

py4cytoscape maintainers can build a new release using the process in BUILDING.rst.

How to test

py4cytoscape has extensive test suites. Maintainers can learn more about testing in the TESTING.rst file.

License

py4cytoscape is released under the MIT License (see LICENSE.rst file):

    Copyright (c) 2018-2022 The Cytoscape Consortium
    Barry Demchak <[email protected]>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].