-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about how to retrieve information on a table created by external app #227
Comments
Swagger is great to figuring out the path for RCy3 functions. In your Cytoscape session: Help > Automation > CyREST API. Then expand And anything you can do using Swagger can be done in RCy3, so then I'd encode these steps in my R script so that I could call these functions for any future network and table, etc. |
this is really useful, thank you! |
but I still can't retrieve the information on the enrichment table :( |
The app authors may have indeed implemented their table in a way that is not accessible. I tried with the "extra" table added by the EnrichmentTable app and it works fine, but I did not implement the DISGENET app, so I'm not sure. Looks like it's open source and updated recently, so you might reach out to them? |
Feel free to cc me in your contact and I can provide details about CyREST if that's helpful to them. alex.pico@gladstone.ucsf.edu |
Hi!
I would like to retrieve the information in a table that is created when an enrichment analysis is performed using the disgenet APP (https://apps.cytoscape.org/apps/disgenetapp). I have tried " getTableColumns('DISGENET Enrichment, network = 86319)" but this does not work. I have checked the documentation, and I cannot find a function to retrieve data from tables outside the node, and edge tables.
Thanks!!
The text was updated successfully, but these errors were encountered: