Trees | Indices | Help |
|
---|
|
|
|||
GroupByConnectivity Groups the atoms by molecule connectivity. |
|||
AddNeighborGroups For each untemplated atom that is bound to a templated het, create a list of atoms that it is bound to that are not templated. |
|
|||
|
|||
|
|
|||
__doc__ =
|
|||
MAX_ATOM_ITERATIONS = 50
|
|||
MAX_BRANCH_ITERATIONS = 15
|
|||
MAX_HET_SIZE = 200
|
|||
non_het_resnames = ["ALA", "VAL", "PHE", "PRO", "MET", "ILE",
|
|||
metal_charges = {11: [1], 12: [2], 19: [1], 20: [2], 26: [2, 3
|
|
Finds all het groups in the st, and returns them as a list of atom lists. (each atom list is a list of atom indecies) This module defines a "het" as a group of atoms which are bound to each other and are not in any standard residues. This includes ligands (including covalently bound ones), ions, cofactors, etc. The list includes heavy atoms only by default include_metals: whether to consider single metal atoms as het groups include_hydrogens: whether to include het's hydrogen atoms in the list excluded_hets: a list of residue names to not consider het groups |
|
__doc__
|
non_het_resnames
|
metal_charges
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:20 2015 | http://epydoc.sourceforge.net |