| as.select | R Documentation |
Convert atomic indices to a select object with ‘atom’ and ‘xyz’ components.
as.select(x, ...)
x |
a numeric vector containing atomic indices to be converted to a ‘select’ object. Alternatively, a logical vector can be provided. |
... |
arguments passed to and from functions. |
Convert atomic indices to a select object with ‘atom’ and ‘xyz’ components.
Returns a list of class "select" with the following components:
atom |
a numeric matrix of atomic indices. |
xyz |
a numeric matrix of xyz indices. |
call |
the matched call. |
Lars Skjaerven
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
atom.select, read.pdb
as.select(c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.