View source: R/betweenness_score.R
betweenness_score | R Documentation |
Calculate Betweenness Z-Scores of input position
betweenness_score(edge_list, filtered_info_df)
edge_list |
list contains separate edge data.frames for each chain |
filtered_info_df |
input data.frame which contain only one PDB entries |
This function calculates Betweenness scores of all nodes in the network via betweenness
function
of igraph package. Calculates and returns the Z-Scores of the input positions.
Betweenness Z-Scores of the input position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.