RDKit RMSD Filter

Calculates the best RMSD value for different conformers of the same RDKit molecules and filters them based on a threshold value. To know which conformers belong together a reference column is used. It must contain unique keys for each conformer molecule group. Otherwise the result is undefined.

Options

RDKit mol column with conformers
The name of the column with RDKit molecules, each with exactly one conformer. If the molecule has more than one conformer embedded, only the first one will be used for the calculation.
Reference column (e.g. an ID)
The name of the column that defines which conformers belong to each other.
RMSD threshold
The RMSD threshold used by the node to split the input table into two output tables. Conformers with an RMSD value above or equal to the threshold go to the first output table, those below go to the second.
Ignore Hs (increases performance)
Set this option to remove any existing hydrogens before performing the calculation. (Default is false)

Input Ports

Icon
Input table with Conformers and Reference Data (e.g. ID)

Output Ports

Icon
Conformers with RMSD >= Threshold.
Icon
Conformers with RMSD < Threshold.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.