| select | R Documentation |
Select groups of atoms from a PDB object.
select(x, id, ...)
## S3 method for class 'pdb'
select(x, id, residue, chain, ...)
## S3 method for class 'atoms'
select(x, id, residue, chain, ...)
x |
an R object containing atoms; |
id |
an integer vector specifying the id of residues. |
... |
arguments passed to methods. |
residue |
a character vector specifying the residues to select. |
chain |
character vector specifying which chains to process; |
select is a generic function, which enables
the selection of element IDs from molecules.
select returns a vector with the element IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.