nanome.api.structure.molecule module¶
-
class
Molecule[source]¶ Bases:
nanome._internal.structure.models._Molecule,nanome.api.structure._deprecated.MoleculeDeprecated,nanome.api.structure.base.BaseRepresents a molecule. Contains chains.-
add_chain(chain)[source]¶ - Add a chain to this molecule
Parameters: chain ( Chain) – Chain to add to the molecule
-
associateds¶
-
atoms¶ - The atoms of this complex
Type: generator<Atom>
-
bonds¶ - The bonds of this complex
Type: generator<Bond>
-
chains¶ - The chains of this complex
Type: generator<Chain>
-
complex¶ - Complex that the molecule belongs to
-
conformer_count¶
-
current_conformer¶
-
names¶
-
remove_chain(chain)[source]¶ - Remove a chain from this molecule
Parameters: chain ( Chain) – Chain to remove from the molecule
-
residues¶ - The residues of this complex
Type: generator<Residue>
-