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.10
|
|||
canvas_license = canvasutils.get_license(canvasutils.LICENSE_S
|
|||
properties = [('Molecular Weight', compute_mw), ('ALogP', comp
|
|
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
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:18 2015 | http://epydoc.sourceforge.net |