eigen_centrality_score: Eigen Centrality Score

View source: R/eigen_centrality_score.R

eigen_centrality_scoreR Documentation

Eigen Centrality Score

Description

Calculate Eigen Centrality Z-Scores of input position

Usage

eigen_centrality_score(edge_list, filtered_info_df)

Arguments

edge_list

list contains separate edge data.frames for each chain

filtered_info_df

input data.frame which contain only one PDB entries

Details

This function calculates the total number of connections of nodes to which a node is connected. Calculates and returns the Z-Scores of the input positions.

Value

Eigen Centrality Z-Score of input position


berkgurdamar/predatoR documentation built on Jan. 10, 2023, 10:51 p.m.