| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseMoiety --+
|
Terminator --+
|
Cascader
A group that ends a chain but starts multiple new chains
Cascaders are drawn as:
R2
|
R1-stuff-R2
and stored as:
cascader
|
marker-head-stuff-cascader
where cascader is an atom property added to the R2 marker atoms
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
Create a Terminator object
Terminators drawn by the user as:
R1-stuff
And stored as:
marker-head-stuff
where marker is the R1 atom, head is the atom it is bound to, and stuff
is everything else.
@type struct: L{schrodinger.structure.Structure}
@param struct: The structure of this Moiety
@type markers: list
@param markers: A list of the indexes of the Rx atoms
@type name: str
@param name: The name of this moiety - gets added to each atom as an
atom property
|
Find the set of atoms that creates the shortest distance (number of bonds) between the head and each cascade points. These are considered backbone atoms. Backbone atoms are marked with a backbone atom property. |
Find the head atom, but also mark cascader atoms that will start new points
|
Overrides the parent method to add and read Cascader-specific properties. See the parent class method for documentation
|
Over-ride the parent class method to add generations as a property to the structure.
|
Get a PDB residue-like Name for this moiety
|
Prepare Cascader information for in-cell grow.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:56 2017 | http://epydoc.sourceforge.net |