Trees | Indices | Help |
|
---|
|
|
|||
Patch Data about a single patch. |
|||
ResData Data about a single residue. |
|||
ResidueDictionary A dictionary that stores data about residues in a single structure. |
|||
ProteinProperties Calculates protein properties for display on the Properties tab |
|||
PreAnalyzer Perform patch finding calculations that only need to be done once per structure. |
|||
PatchFinder Find surface patches using the output of PreAnalyzer. |
|||
PatchFinderRunner An object used to run the PatchFinder analysis in a separate thread. |
|
|||
|
|||
|
|||
float |
|
||
tuple |
|
|
|||
REGION_LABELS =
|
|||
SURF_NAME =
|
|||
CLOGP_PROP =
|
|||
CLOGP_ITERS = 30
|
|||
PARTIAL_CHARGE_PROP =
|
|||
PARTIAL_CHARGE_ITERS = 30
|
|||
ZYGG_ADD = 4.25
|
|||
_pre_analyze_path =
|
|||
PRE_ANALYZE_PATH =
|
|||
MIN_RES_CONTRIBUTION =
|
|||
DFLTCLRS =
|
|||
DFLTVALS =
|
|||
__package__ =
|
|
wrapper function to call smooth_grid_values in msurfext -> ensures that all parameters are set properly. Input: @param vpos: input vertex coordinates (x,y,z for each entry is expected) @type vpos: list/tuple @param apos: input atom positions (x,y,z format) @type apos: list/tuple @param aval: atom-specific values (e.g. charges, hydrophobicity) @type aval: list/tuple Option: @param wfcn: specify the type of smoothing - ('ele' for partial charge smoothing, 'lipo' for lipophilic data smoothing) @type wfcn: string @param rcutoff: distance radius - specify, how far out the atom value should be "felt". Change only, if you know what you are doing. @type rcutoff: float @param verbose: verbosity flag @rtype: list @return: list of length vpos with smoothed values |
return for each vertex point a corresponding vertex color based on the smoothed vertex values. Input: @param vtxvals: smoothed vertex values @type vtxvals: list/tuple Option: @param clrcheme: list/tuple of reference colors (RGB for each entry) @param clrvals: list/tuple of reference values |
Calculate the area of a triangle defined by three vertices
Note: The formula used here is taken from http://mathworld.wolfram.com/TriangleArea.html |
Launch a pre-analysis job under job control. This method will return as soon as the job has been launched.
|
|
REGION_LABELS
|
_pre_analyze_path
|
PRE_ANALYZE_PATH
|
MIN_RES_CONTRIBUTION
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:22 2016 | http://epydoc.sourceforge.net |