biomol.CIFMol#
- class CIFMol(atom_container, residue_container, chain_container, index_table, metadata=None)[source]#
Bases:
BioMol[CIFAtomView,CIFResidueView,CIFChainView]A class representing a biomolecular structure in CIF format.
Attributes
Alternate location identifier.
Biological assembly identifier.
View of the atoms in the selection.
View of the chains in the selection.
PDB identifier.
The index table mapping atoms, residues, and chains.
The metadata associated with the biomolecular structure.
Model number in multi-model structures.
View of the residues in the selection.
Methods
Concatenate multiple BioMol objects.
Create a deep copy of the BioMol.
Deserialize the container from zstd-compressed bytes.
Create a BioMol object from a dictionary.
Get the feature container for a specific structure level.
Remove features at a specific structure level.
Serialize the container to zstd-compressed bytes.
Convert the BioMol object to a dictionary.
Update features at a specific structure level.
- Parameters:
atom_container (FeatureContainer)
residue_container (FeatureContainer)
chain_container (FeatureContainer)
index_table (IndexTable)