powered by
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
elements
atom2ele
# NOT RUN { 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"] # }
Run the code above in your browser using DataLab