Library for Node Influence package
1
0
Entering edit mode
omarrafiqued ▴ 50
@omarrafiqued-21833
Last seen 5 weeks ago
India

Is there any R library available to find the influence of a node in a graph. (Please see this wiki page : Node Influence Metric). I want to use two measures : Accessibility and Expected Force to measure the influence of a gene in a gene regulatory network but I cant find any R libraries in it.

Graph gene regulatory network node influence gene ranking • 935 views
ADD COMMENT
1
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 8 days ago
Republic of Ireland

igraph (CRAN) has various metrics implemented, such as

  • hub score
  • closeness centrality
  • betweenness centrality

I don't believe expected force is yet implemented; however, Glenn Lawyer has code for it: https://github.com/glennlawyer/ExpectedForce

I am not sure about 'Accessibility' - I have not seen that mentioned as a metric.

If not igraph, take a look at Cytoscape.

Kevin

ADD COMMENT
0
Entering edit mode

Thanks for the reply. The link for the code seems useful.

ADD REPLY

Login before adding your answer.

Traffic: 464 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