View source: R/PDB2connections.R
PDB2connections | R Documentation |
Creates all the edges from the input atom matrix created by PDB_read
.
PDB2connections( atom_matrix, filtered_info_df, n_threads = NULL, single_run = TRUE, distance_cutoff = 5 )
atom_matrix |
matrix that contains all the atoms in the PDB file |
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 |
distance_cutoff |
distance cutoff for setting edges (default = 5) |
This function calculates the distances between all the atoms in the atom matrix and create edges if the distance between two atoms is less than or equal to 7 Angstrom.
list contains separate edge data.frames for each chain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.