Hi all,
I know it's a quite complex question but hope you'll be able to help me!
I'm quite new to Cytoscape and coding.
What I would like to do is to create an R script to do the following:
- Import a network from a data frame in R
- Run the Glay clustering algorithm from ClusterMaker on this network
- Save the table with the new cluster column from Glay as csv file
- Destroy network
Is this doable with Rcy3?
I've found some documentation about importing the network but none about running Glay trhough an R script.
My data frame has the following format:
patient A disease A patient B. disease B Score
and I would like for them to be respectively:
SourceNode SourceNoteAttribute TargetNode TargetNodeAttribute EdgeAttribute
Thank you very much for your help!
Giovanni