View source: R/sliding_comparison.R
sliding_comparison | R Documentation |
Takes an AA region of size segment_size, and compares between structures entirety of AA sequence. Moves segment by segment_slide each time.
sliding_comparison( segment_size, segment_slide, bound_pdb, apo_pdb, frames_model, ncore = 6, fit = T )
segment_size |
Size of AA sequence in the comparison segment. |
segment_slide |
Change in segment comparison, per comparison. |
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. |
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.