cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
49 stars 20 forks source link

Can I import a local xml style file with r2cytoscape? #1

Closed AlexanderPico closed 6 years ago

AlexanderPico commented 6 years ago

From Kozo:

I'm trying to import a local Style XML file with r2cytoscape.

As far as I saw https://github.com/cytoscape/r2cytoscape/tree/master/R , I thought that the function was not implemented yet. Is this right? If it is so, Is there anything I can support you?

AlexanderPico commented 6 years ago

Good question! I don't see any support for this function in CyREST or commands... so we can't add it to the R library yet.

David or Scooter: any plans to add this to CyREST and/or commands?

dotasek commented 6 years ago

There isn't an XML way to do this, but there's import-export functionality for JSON via these endpoints:

POST /v1/styles GET /v1/styles/{name}

kozo2 commented 6 years ago

Thanks for the info. First I will try json instead of XML.