Usage
read.pdb(file, ATOM = TRUE, HETATM = TRUE, CRYST1 = TRUE,
CONECT = TRUE, TITLE = TRUE, REMARK = TRUE, MODEL = 1)Arguments
file
a single element character vector containing the name of the PDB file to be read.
ATOM
a single element logical vector indicating whether ATOM records have to be read.
HETATM
a single element logical vector indicating whether HETATM records have to be read.
CRYST1
a single element logical vector indicating whether CRYST1 records have to be read.
CONECT
a single element logical vector indicating whether CONECT records have to be read.
TITLE
a single element logical vector indicating whether TITLE records have to be read.
REMARK
a single element logical vector indicating whether REMARK records have to be read.
MODEL
an integer vector containing the serial number of the MODEL sections to be read. Can also be equal to NULL to read all the MODEL sections or to NA to ignore MODEL records (see details).