atom.index | R Documentation |
This data set gives for various atom names/types the corresponding atomic symbols.
atom.index
A data frame with the following components.
name
a character vector containing atom names/types.
symb
a character vector containing atomic symbols.
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
elements
, atom.index
,
atom2ele
data(atom.index)
atom.index
# Get the atomic symbol of some atoms
atom.names <- c("CA", "O", "N", "OXT")
atom.index[match(atom.names, atom.index$name), "symb"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.