Home | Trees | Indices | Help |
|
---|
|
|
|||
SMARTSGroupData SMARTSGroupData(number, name, pattern, indexes) |
|||
SMARTSGroupError Class for exceptions related to SMARTS group finding |
|
|||
bool |
|
||
|
|||
dict |
|
||
rdkit.Chem.rdchem._ROAtomSeq |
|
||
bool |
|
|
|||
_doc__ =
|
|||
GROUP_STRUCT_PROP_BASE =
|
|||
GROUP_STRUCT_COUNT =
|
|||
GROUP_NAME_PROP =
|
|||
GROUP_ATOM_INDEX_PROP =
|
|||
GROUP_NUMBER_PROP =
|
|||
VALID_NAME_PUNCTUATION =
|
|||
VALID_NAME_CHARS =
|
|||
VALID_NAME_DESC_TEXT =
|
|||
__package__ =
|
|
Make sure name has the correct set of characters
|
Delete all SMARTS group properties (structure and atom) from the structure
|
Find an SMARTS group data on the structure
|
Return a collection of rdkit atoms for the given SMARTS. The return value has the length of a potential match group, for example for 'cc' this length is 2, for '[$([NH]([CH2])[CH2])]C' it is 2, for [n-0X2].[n-0X2] it is 2, etc., even though there might be any number of matches if the pattern was matched.
|
Return True if the given SMARTS would match a bonding pair, False otherwise.
|
|
_doc__
|
VALID_NAME_CHARS
|
VALID_NAME_DESC_TEXT
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:26 2017 | http://epydoc.sourceforge.net |