Returns a list of class "pdb"
with the following components:
atoma character matrix containing all atomic coordinate ATOM data,
with a row per ATOM and a column per record type. See below for details
of the record type naming convention (useful for accessing columns).
het a character matrix containing atomic coordinate records
for atoms within “non-standard” HET groups (see atom
).
helix ‘start’, ‘end’ and ‘length’ of H
type sse, where start and end are residue numbers “resno”.
sheet ‘start’, ‘end’ and ‘length’ of E
type sse, where start and end are residue numbers “resno”.
seqres sequence from SEQRES field.
xyz a numeric vector of ATOM coordinate data.
xyz.models a numeric matrix of ATOM coordinate data for
multi-model PDB files.
calpha logical vector with length equal to nrow(atom)
with TRUE values indicating a C-alpha “elety”.