graph_mapping#
tmos.graph_mapping
Description
Turn RDKit molecules into graphical representations, then perform comparisons and analyses.
Functions
Find a mapping between atom indices of two molecules based on element symbols and connectivity. |
|
Find all rings (cycles) in a molecular graph represented as a NetworkX graph. |
|
Get the chemical environment of an atom, including its neighbors. |
|
Map atom indices to indices in implicit molecule case. |
|
Convert an RDKit molecule to a NetworkX graph with atom features. |
|
Validate that a given atom mapping preserves the connectivity between two molecular graphs. |