-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Build and share your own Cytoscape workflows with R, Python, and all other standard tools
cyREST is a built-in feature and you don't have to install it separately. However, when the new version of cyREST is available, you can upgrade it anytime from Cytoscape App Store.
Ono, Keiichiro, et al. "CyREST: Turbocharging Cytoscape Access for External Tools via a RESTful API." F1000Research 4 (2015).
With cyREST, you can:
- Obtain, create, update, and delete Cytoscape data objects from Jupyter Notebook
- Directly visualize network data stored as igraph object in R session
- Script your workflows in your favorite programming languages
- cyREST provides programmer-friendly simple RESTful API. This means you can use virtually all kinds of programming languages to access Cytoscape basic functions, such as loading networks, visualizing them with custom Visual Styles, and generating PDF/SVG/PNG files from your network views.
- Wrappers for popular languages - Python and R are two most-widely used programing languages for network data analysis and visualizations. We provides wrappers for those languages for more natural APIs for R and Python programmers.
- RCy3 - cyREST wrapper for R users. It is a part of Bioconductor distribution and it replaces RCytoscape.
- py2cytoscape - Wrapper for Python
Perfect partner for your existing workflows written in Jupyter Notebooks
- Instead of using limited network visualization features in Python/R libraries, you can use powerful network visualization engine in Cytoscape - without touching your mouse!
Network visualization using statistics calculated from network structure. The entire workflow is available as an R script.
- What is cyREST?
- Samples and descriptions at Cytoscape App Store
- Setup Guide (Updated on 7/11/2016)
- Building reproducible workflows with cyREST, Jupyter Notebook and Docker
- cyREST and Clouds
- Calling cyREST from your services (TBD)
- cyREST paper: CyREST: Turbocharging Cytoscape Access for External Tools via a RESTful API
- cyREST API v1 Reference Documentation
- Roadmap (as of July 2016)
(TBD)
- R
- Python
- JavaScript
Please send us your feature suggestions, questions and comments to our mailing list or direct to me (kono at ucsd edu).
- Source Code: The MIT license
- Documentation: CC BY-SA 4.0
© 2014-2016 The Cytoscape Consortium
Developed and Maintained by Keiichiro Ono (UC, San Diego Trey Ideker Lab)