cytoscape / RCy3

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

commandsRun('string show enrichment') doesn't work as part of a code chunk #163

Closed khanspers closed 2 years ago

khanspers commented 2 years ago

In this Rmd:

http://cytoscape.org/cytoscape-automation/for-scripters/R/notebooks/Differentially-expressed-genes.nb.html

on lines 180/181 and 260/261, there's this code that includes two commands:

commandsRun('string retrieve enrichment allNetSpecies="Homo sapiens"') commandsRun('string show enrichment')

When I run this as one chunk, it only does the first command. To get the enrichment results table to show, I either have to run the whole thing again, or run each line separately.

AlexanderPico commented 2 years ago

'string show enrichment' is a toggle. This is a stringApp commands bug. I'll file stringApp bug.