|
|
|
smi2depict(self,
smilesFilename,
depictFilename)
Primary method, reads the SMILES file to generate the Depict
output file. |
|
|
|
__call__(self,
smiles)
Abbreviated synonym for depictImg method |
|
|
|
depictImg(self,
smiles)
Top level function to generate and HTML image tag to display a
depiction of the respective SMILES string. |
|
|
|
oghamDepictImg(self,
smiles)
Generate the HTML IMG tag for a SMILES string to reach our OGham
service |
|
|
|
chemaxonMarvinDepictImg(self,
smiles,
arrowCodes="")
Generate the HTML IMG tag for a SMILES string to reach the
ChemAxon Marvin service |
|
|
|
chemaxonMarvinViewApplet(self,
smiles,
arrowCodes="",
cgibinDir=None)
Generate the HTML to load a MarvinView applet of the respective
SMILES. |
|
|
|
chemaxonMarvinSketchApplet(self,
smiles,
arrowCodes="",
cgibinDir=None,
appletName="MSketch")
Generate the HTML to load a MarvinSketch applet of the respective
SMILES. |
|
|
|
__marvinStr(self,
smi,
arrowStr,
cgibinDir)
Given a SMILES string and arrow codes, generate the molecule
string to feed to a Marvin applet. |
|
|
|
__patchMarvinLine(self,
line)
Manual override corrections if needed |
|
|
|
daylightDepictImg(self,
smiles)
Generate the HTML IMG tag for a SMILES string to reach the
Daylight Depict server |
|
|
|
jmeDepictImg(self,
smiles)
Generate the HTML to depict a SMILES string via the JME
(http://www.molinspiration.com/jme) applet. |
|
|
|
jmeMolText(self,
smiles)
Given a SMILES string, convert it into a 2D Mol2 format, with
"|" in place of new line characters. |
|
|
|
oghamEncryptDepictImg(self,
smiles)
Generate the HTML IMG tag for a SMILES string to reach our OGham
service via the encrypted / obfuscated interface. |
|
|
|
parseSmiles(self,
smilesLine)
Given a string, strip out the first white-space separated token as
the SMILES string. |
|
|