View source: R/Manipulate_PDB.R
aux_for_extract_multiple_alpha | R Documentation |
Auxiliary function for the extract_multiple_alpha function. Given a pdb structure it extracts the coordinats from its alpha carbons.
aux_for_extract_multiple_alpha(struc)
struc |
A particular pdb structure loaded using the read.pdb function from the bio3d package. |
Returns a matrix containing the coordinates of the alpha carbons.
## Not run: aux_for_extract_multiple_alpha(struc) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.