| Home | Trees | Indices | Help |
|
|---|
|
|
webel - A Cinfony module that runs entirely on web services webel can be used from all of CPython, Jython and IronPython. Global variables: informats - a dictionary of supported input formats outformats - a dictionary of supported output formats fps - a list of supported fingerprint types
| Classes | |
|
Outputfile Represent a file to which *output* is to be sent. |
|
|
Molecule Represent a Webel Molecule. |
|
|
Fingerprint A Molecular Fingerprint. |
|
|
Smarts A Smarts Pattern Matcher |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
| Variables | |
informats = A dictionary of supported input formats |
|
outformats = A dictionary of supported output formats |
|
fps = A list of supported fingerprint types |
|
__package__ =
|
|
| Function Details |
Read in a molecule from a string.
Required parameters:
format - see the informats variable for a list of available
input formats
string
Note: For InChIKeys a list of molecules is returned.
Example:
>>> input = "C1=CC=CS1"
>>> mymol = readstring("smi", input)
|
| Variables Details |
informatsA dictionary of supported input formats
|
outformatsA dictionary of supported output formats
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Dec 06 19:38:38 2012 | http://epydoc.sourceforge.net |