clique_score | R Documentation |
For each node, calculates the number of edges between neighbors of a node. Converts to scores into Z-Scores and returns the scores of input positions.
clique_score(edge_list, filtered_info_df, n_threads = NULL, single_run = TRUE)
edge_list |
list contains separate edge data.frames for each chain |
filtered_info_df |
input data.frame which contain only one PDB entries |
n_threads |
number of threads (default = NULL) |
single_run |
should be set as TRUE when using |
Clique Z-Scores of input position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.