简体   繁体   中英

How can I open cytoscape file via cyrest in python?

I'm currently working with cytoscape and created some session file. Then I'd like to access this file in python and get its result as an image - I'd especially like to sort it with some particular shared name when I'm requesting a result, meaning the result changes upto sorting word. Thanks.

There is a python library that faciliatates working with CyREST in Python. You should be able to do just about anything you can do in Cytoscape from Python. Here's the manual: https://py2cytoscape.readthedocs.io/en/latest/

And here are some of the steps you are looking for:

  • cyclient.session.open()
  • cyclient.network.list()
  • cyclient.view.export()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM