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 = <schrodinger.infra.canvas.ChmLicenseShared; p
|
|||
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
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:32:48 2017 | http://epydoc.sourceforge.net |