View source: R/compare_frames.R
compare_frames | R Documentation |
For comparison within bio3d frame objects. Comparing particular regions within a structure across a set of frames. Compares to an apo and bound structures that produces a dataframe with calculated rmsd values.
compare_frames( bound_pdb, apo_pdb, frames_model, selection, string = "calpha", 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. |
selection |
Numeric AA selection of the model |
string |
Selection string for atom.select.pdb (default is "calpha") |
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 and rmsds.
dis_Res(some_pdb, 91, 371)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.