SMILES representation of a Structure that is returned by SmilesReader
and SmilesCsvReader. When written to a SMILES-formatted file, properties
other than the title are not retained.
|
|
__init__(self,
pattern,
properties=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
__str__(self)
Return a string representation of this structure. |
|
|
|
|
write(self,
filename)
Write the structure to a SMILES formatted file. |
|
|
|
|
append(self,
filename)
Append the structure to a SMILES formatted file. |
|
|
|
|
|
|
|
| _writeSmilesCsv(self,
filename,
append) |
|
|
|
|
|
Structure.Structure
|
|
Structure.Structure
|
get3dStructure(self,
require_stereo=True)
Return a 3D Structure object for this SMILES with all hydrogens
added. |
|
|
|
|
neutralize(self)
Neutralize this SMILES structure. |
|
|
|
|
|
|
|
| _setSmilesTitle(self,
title) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|