Skip to contents

Calculate Shortest Path Z-Scores of input position

Usage

shorteset_path_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

Value

Shortest Path Z-Scores of input position

Details

This function calculates Shortest Path lengths of all nodes in the network via shortest.paths function of igraph package. Sum shortest path lengths of every nodes, calculates and returns the Z-Scores of the input positions.