Trees | Indices | Help |
|
---|
|
|
|||
MappingAnnotator This annotator allows to show atom numbers for a selected subset of atoms. |
|||
MetaAtom This is the meta atom class that mostly provides convinience functions. |
|||
FEPScholarMapper This is a mapper class used by FEP Scholar GUI so that we don't need to use Canvas MCS for matching molecule atoms. |
|||
ScholarStructureItem This class adds new function to the base structure_item class that allows to show some atoms and bonds with highlighting. |
|||
FEPStructureObject This class holds all information about each ligand. |
|
|||
|
|||
tuple |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
list |
|
||
|
|
|||
__doc__ =
|
|||
DISTANCE_CUTOFF = 0.40
|
|||
DECREMENT = lambda x:
|
|||
MUTATION_COLOR = QtGui.QColor(255, 0, 0)
|
|||
MCS_COLOR = QtGui.QColor(0, 255, 0)
|
|||
CORE_COLOR = QtGui.QColor(0, 255, 0)
|
|||
HOT_ATOMS_COLOR = QtGui.QColor(255, 140, 0)
|
|||
IGNORE_HYDROGEN = 0
|
|||
RESCALE = 2
|
|||
FIXUP = True hash(x) |
|
This function returns a list of bonds that connect atoms in a given list.
|
This function determines lists of atoms and bonds that should be highlighted to show mutations.
|
Create default picture of two ligands, which only shows ligand structures and no mapping.
|
Create mutations on ligand structures.
|
Create atom mapping by displaying atom indices on ligand structures. For the second ligand we display corresponding atom indices from the first ligand.
|
Highlight core atoms and bonds in ligand structures.
|
Show 'hot' atoms on ligand structures.
|
Generates an FEP command list based on the specified parameters.
|
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:15 2015 | http://epydoc.sourceforge.net |