dis_res | R Documentation |
Uses functions from the Bio3d package to calculate distance of the calphas from two given residues, across all of the frames in a given .pdb object. Returns a dataframe with corresponding frames and distances.
dis_res(frames, res1, res2, string = "calpha", ncore = 6)
string |
Selection string passed to atom.select(string = string) |
ncore |
Conducts calculations in parallel if package parallel is installed. |
pdb |
The pdb to be analysed. |
r1 |
The first residue. |
r2 |
The second residue. |
dis_Res(some_pdb, 91, 371)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.