Is there a function in cytoscape for calculating node strength ?
1
0
Entering edit mode
14 days ago
SplitInf ▴ 20

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 • 409 views
ADD COMMENT
0
Entering edit mode
7 days ago
Scooter ▴ 280

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

ADD COMMENT

Login before adding your answer.

Traffic: 2604 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6