Description Usage Arguments Examples
View source: R/coord.data.frame.R
Create a data frame with the cordinates of the selected atoms. It is based on bio3d functions.
1  | coord.data.frame.R(pdb, trj = NULL, sel_string)
 | 
pdb | 
 Structure object of class pdb as read by read.pdb() funcion of bio3d lib.  | 
trj | 
 (Optional) trajectory as read by read.dcd() funcion of bio3d lib.  | 
sel_string | 
 Selection of atom for bio3d function atom.select(), refer to manual (es. "///71///CD/")  | 
1 2 3 4  | pot.pdb <- read.pdb(pot.pdbfile)
pot.trj <- read.dcd(pot.dcdfile)
K80 <- "///80///K/"
coord.data.frame (pot.pdb, pot.trj, K80)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.