This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Katz centrality of nodes.

Hey, How to calculate Katz centrality of genes using python? Thank you in advance Please help me

gene

1 answer

Can't you use Google ? I am not a python programmer but the first result gives it in the NetworkX module.

Networkx module is for the katz centrality of a gene, but I want it for two classes of genes. I have done that but it's not giving me correct answer.

Centrality is a node property. If you want it for several genes, either you collapse these genes into one node or you combine the measures for the different genes (e.g. average).

Log in to answer this question.