This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is there a function in cytoscape for calculating node strength ?

Hi all,

As titled. Is there a way to calculate node strength in cytoscape? igraph has strength() / igraph_strength() for summing the edge strength for each node.

Thank you!

network cytoscape igraph

1 answer

No, there is nothing that I know of that will calculate the strength in Cytoscape. From what I read, the strength method in igraph just sums up the weights of all of the adjacent edges to get the node strength. You could pretty easily calculate that in python or R and import it into Cytoscape.

-- scooter

Log in to answer this question.