| Home | Trees | Indices | Help |
|
|---|
|
|
silverwebel - A Cinfony module for Silverlight that runs on web services 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 | |
tk = None
|
|
informats = {"smi": "SMILES", "inchikey": "InChIKey", "inchi":A dictionary of supported input formats |
|
outformats = {"smi": "SMILES", "cdxml": "ChemDraw XML", "inchiA dictionary of supported output formats |
|
fps = ["std", "maccs", "estate"]A list of supported fingerprint types |
|
rajweb = _makeserver("rajweb")
|
|
nci = _makeserver("nci")
|
|
| 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 |