Package schrodinger :: Package application :: Package phase :: Module hypothesis :: Class PhaseHypothesis
[hide private]
[frames] | no frames]

Class PhaseHypothesis

                object --+    
                         |    
infra.phase.PhpHypoAdaptor --+
                             |
                            PhaseHypothesis

Instance Methods [hide private]
 
__init__(self, hypo_ct, ref_ct=None, additional_cts=None)
Initializes a Phase hypothesis from phase.PhpHypoAdaptor
 
_propertyUpdate(self)
Draws the public property dictionary from the hypothesis ct
 
_propertySetItem(self, key, value)
Adds a value into the hypothesis property dictionary using the phase.PhpHypoAdaptor addProp interface, and updates the dictionary.
str
title(self)
Returns the hypothesis ID as the title
 
write(self, filename)
Writes the hypothesis to disk in the single file *.phypo format
 
visibleXvol(self)
Returns if the excluded volume visibility property is enabled.
 
visibleRefCt(self)
Returns if the reference ligand visibility property is enabled.

Inherited from infra.phase.PhpHypoAdaptor: __repr__, __swig_destroy__, addAttr, addCnst, addCt, addIvol, addMask, addProp, addQsar, addRad, addRules, addTol, addTolByType, addXvol, deleteAttr, getAddCtCount, getAddCts, getCnst, getFd, getFragCount, getFragCts, getFragMap, getFragSites, getHypoCt, getHypoID, getHypoSites, getIvol, getMask, getProp, getQsar, getRad, getRefCt, getRefSites, getRules, getSiteCount, getSiteTypes, getTol, getXvol, hasAddCts, hasCnst, hasFrag, hasIvol, hasMask, hasQsar, hasRad, hasRefCt, hasRules, hasTol, hasXvol, save, setFrag, setHypoID, writeSummary

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  HYPO_FILE_EXT = '.phypo'
Properties [hide private]

Inherited from infra.phase.PhpHypoAdaptor: thisown

Inherited from object: __class__

Method Details [hide private]

__init__(self, hypo_ct, ref_ct=None, additional_cts=None)
(Constructor)

 

Initializes a Phase hypothesis from phase.PhpHypoAdaptor

Overrides: object.__init__

title(self)

 

Returns the hypothesis ID as the title

Returns: str
hypothesis ID title

write(self, filename)

 

Writes the hypothesis to disk in the single file *.phypo format

Parameters:
  • filename - hypothesis filename to write to