store.atom | R Documentation |
Not intended for public usage
store.atom(pdb=NULL)
pdb |
A pdb object as obtained from read.pdb |
This function was requested by a user and has not been extensively tested. Hence it is not yet recommended for public usage.
Returns a matrix of all-atom data. If pdb=NULL
, returns the default
atom names to be stored.
This function is still in development and is NOT part of the offical bio3d package
Barry Grant
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
read.fasta.pdb
## Not run:
pdb <- read.pdb( get.pdb("5p21", URLonly=TRUE) )
a <- store.atom(pdb)
a[,,1:2]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.