Learn R Programming

bio3d (version 2.4-4)

store.atom: Store all-atom data from a PDB object

Description

Not intended for public usage

Usage

store.atom(pdb=NULL)

Value

Returns a matrix of all-atom data. If pdb=NULL, returns the default atom names to be stored.

Arguments

pdb

A pdb object as obtained from read.pdb

Author

Barry Grant

Details

This function was requested by a user and has not been extensively tested. Hence it is not yet recommended for public usage.

References

Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.

See Also

read.fasta.pdb

Examples

Run this code
if (FALSE) {
pdb <- read.pdb( get.pdb("5p21", URLonly=TRUE) )
a <- store.atom(pdb)
a[,,1:2]
}

Run the code above in your browser using DataLab