View source: R/region_comparison.R
region_comparison | R Documentation |
Compares a specfic section of a structure (region) along the entirety of the structure across multiple frames in a bio3d object.
region_comparison( bound_pdb, apo_pdb, frames_model, num_segments, ncore = 6, fit = T )
bound_pdb |
The bound_pdb reference structure. |
apo_pdb |
The apo_pdb reference structure. |
frames_model |
The bio3d model that contains the frames to be analysed. |
num_segments |
Number of segments to split the AA chain into. |
ncore |
Number of cores to parallelise the workload (defaults to 6). Requires package parallel. |
fit |
Whether or not to fit the structures prior to calculating the RMSD values. |
Returns a dataframe with corresponding frames, rmsds and regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.