| Trees | Indices | Help |
|
|---|
|
|
Module containing classes and functions for working with Sybyl line notation (SLN).
|
|||
|
|||
|
|||
|
|||
__package__ = Nonehash(x) |
|||
|
|||
MolFromQuerySLN( (str)SLN [, (bool)mergeHs=True [, (bool)debugParser=False]]) -> Mol :
Construct a query molecule from an SLN string.
ARGUMENTS:
- SLN: the SLN string
- mergeHs: (optional) toggles the merging of explicit Hs in the query into the attached
heavy atoms. Defaults to False.
RETURNS:
a Mol object suitable for using in substructure queries, None on failure.
C++ signature :
RDKit::ROMol* MolFromQuerySLN(std::string [,bool=True [,bool=False]])
|
MolFromSLN( (str)SLN [, (bool)sanitize=True [, (bool)debugParser=False]]) -> Mol :
Construct a molecule from an SLN string.
ARGUMENTS:
- SLN: the SLN string
- sanitize: (optional) toggles sanitization of the molecule.
Defaults to True.
RETURNS:
a Mol object, None on failure.
NOTE: the SLN should not contain query information or properties. To build a
query from SLN, use MolFromQuerySLN.
C++ signature :
RDKit::ROMol* MolFromSLN(std::string [,bool=True [,bool=False]])
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |