| Home | Trees | Indices | Help |
|---|
|
|
BaseAnnotator.BaseAnnotator --+
|
BaseAnnotator.SingleAnnotator --+
|
CanSmilesAnnotator
>>> annotator = CanSmilesAnnotator(); >>> print callBySmiles( annotator, "c1ccccc1O")[0]; c1ccc(cc1)O >>> print callBySmiles( annotator, "C1=NC=CC=C1")[0]; c1ccncc1 >>> print callBySmiles( annotator, "C(O)C")[0]; CCO >>> print callBySmiles( annotator, "C1CCCC1")[0]; C1CCCC1 >>> print callBySmiles( annotator, "C[C@H](N)O")[0]; CC(N)O >>> print callBySmiles( annotator, "C[C@@H](N)O")[0]; CC(N)O
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Return an ordered sequence of all the column names that this multiple annotator can generate values for. To facilitate ease of filtering with case-insensitivity, all of the values returned by this method should be lowercase.
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:26 2007 | http://epydoc.sourceforge.net |