| Home | Trees | Indices | Help |
|
|---|
|
|
Functions for computing medchem properties.
To add a new property to be calculated simply add another tuple to the properties list. To remove a property, remove its tuple from the properties list.
Copyright Schrodinger, LLC. All rights reserved
|
|||
| string, string |
|
||
| float, string |
|
||
| float, string |
|
||
| int, string |
|
||
| float, string |
|
||
| int, string |
|
||
| int, string |
|
||
| string, string |
|
||
| list |
|
||
|
|||
_version = 0.1
|
|||
canvas_license = <C ChmLicenseShared instance at _f052fb0e0000
|
|||
properties = [('Molecular Weight', compute_mw), ('ALogP', comp
|
|||
__package__ =
|
|||
|
|||
Returns the title of the structure.
|
Returns the molecular weight of the structure.
|
Returns the ALogP of the structure and stores it in structure.property
|
Returns the polar surface area of the structure and stores it in structure.property
|
Returns the number of rotatable bonds in the structure and stores it in structure.property
|
Returns the number of HBond donors in the structure and stores it in structure.property
|
Returns the number of HBond acceptors in the structure and stores it in structure.property
|
Returns the SMILES string for the structure and stores it in structure.property
|
Calculates the medchem molecular properties for the structure
|
|
|||
canvas_license
|
properties
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 31 21:31:39 2012 | http://epydoc.sourceforge.net |