Hi everyone,
I want to call a Cytoscape app installed on my local computer, call a specific app, and use some of the functions in the called app using the R programming language. For example, I want to visualize and do clustering for my graph object currently present in my R studio. How can I call one of the clusterings algorithms from Cytoscape using R?
something like in the code below,
CytoscapeApp(graphObject, "Community Detection (Louvain)")
Thanks!