Structure#
The structure module represents atomic structures in accordance with the Protein Data Bank (PDB) specification, ensuring standardized handling of molecular data.
Constructor#
Represents atomic structures per the Protein Data Bank (PDB) specification. |
Attributes and underlying data#
Array of record types, e.g.ATOM. |
|
Array of serial numbers. |
|
Array of atom names. |
|
Array of x,y,z atom coordinates. |
|
Array of alternate location indices. |
|
Array of residue names. |
|
Array of chain identifiers. |
|
Array of residue ids. |
|
Array of insertion information. |
|
Array of occupancy factors. |
|
Array of B-factors. |
|
Array of segment identifiers. |
|
Array of element symbols. |
|
Array of charges. |
|
Metadata dictionary. |
Serialization#
|
Writes the |
|
Reads an atomic structure file and into a |
Conversion#
|
Maps class instance to a volume. |
Subsetting#
Returns a copy of the Structure instance. |
|
|
Return a subset of the structure that contains only atoms belonging to a specific chain. |
|
Return a subset of the structure within a specific range of residues. |
Computations#
|
Performs a rigid transform of internal structure coordinates. |
|
Align |
|
Compute root mean square deviation (RMSD) between two structures with the same number of atoms. |
Calculate the center of mass of the structure. |
|
Shifts the structure analogous to |