pagerank_score: PageRank Score

View source: R/pagerank_score.R

pagerank_scoreR Documentation

PageRank Score

Description

pagerank_score function assigns an importance score to every node via page_rank function of igraph package. Calculates and returns the Z-Scores of the input positions.

Usage

pagerank_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

PageRank Z-Scores of input position


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