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