nanome.api.structure.complex module¶
-
class
Complex[source]¶ Bases:
nanome._internal.structure.models._Complex,nanome.api.structure._deprecated.ComplexDeprecated,nanome.api.structure.base.BaseRepresents a Complex that contains molecules.-
add_molecule(molecule)[source]¶ - Add a molecule to this complex
Parameters: molecule ( Molecule) – Molecule to add to the chain
-
atoms¶ - The list of atoms within this complex
-
bonds¶ - The list of bonds within this complex
-
chains¶ - The list of chains within this complex
-
computing¶
-
index_tag¶
-
io= <nanome.api.structure.io.complex_io.ComplexIO object>¶
-
molecules¶ - The list of molecules within this complex
-
position¶ - Position of the complex
Type: Vector3
-
remarks¶ - remarks section of the complex file
Type: class: dict
-
remove_molecule(molecule)[source]¶ - Remove a molecule from this complex
Parameters: molecule ( Molecule) – Molecule to remove from the chain
-
residues¶ - The list of residues within this complex
-
rotation¶ - Rotation of the complex
Type: Quaternion
-
split_tag¶
-