Filter Preprocessing

Before the application of any molecular property filters, a preprocessing step may be used to alter the molecule significantly to fit the criteria needed for most modeling applications. This filter preprocessing step is applied to each molecule in a series of stages in the following order:

  1. Metal Removal

  2. Salt Removal

  3. Canonicalization

  4. pKa Normalization

  5. Normalization

  6. Reagent Selection

  7. Type Checking

  8. MMFF94 Atom Type Checking

Metal Removal

Metal removal is the first stage of element-based filtering. This stage removes specified metal complexes from the molecule. It will not reject a molecule with a metal complex. This allows the filter to treat atoms in the counterion portion of a molecule separately from the atoms in the primary portion of the molecular record.

For instance, organic molecules that are complexed with silver can be eliminated based on their metal chelate even though they themselves are acceptable, while at the same time eliminating a sulfate counterion from another molecule before it leads to elimination of the acceptable cationic molecule.

Salt Removal

This step deletes all atoms that are not part of the largest connected component of a compound. This effectively eliminates all non-covalently bound portions of the compound.

Canonicalization

This step canonicalizes the atom and bond order of the portion of the molecule that remains after the previous removal steps. This is necessary to avoid different atom orderings producing slightly different normalizations in the following normalization steps.

pKa Normalization

pKa normalization uses a rule-based system to set the ionization state of input molecules. If pKa normalization is turned on, the molecule is set to its most energetically favorable ionization state for pH=7.4. The rule-based nature of this calculation allows it to be very fast. Furthermore, despite being rule-based, this approach takes into account many secondary charge interactions.

While more advanced levels of theory can be found for predicting ionization states, this method is very well suited to virtual-screening database preparation. However, this may not be appropriate for hit-to-lead or lead optimization.

Normalization

In addition to pKa normalization, MolProp TK allows any number of additional molecular normalizations. Since normalizations are usually specific to a particular company or site, MolProp TK provides the ability for users to input normalizations, such as the nitro tautomer state, but does not provide default implementations.

Reagent Selection

Reagent selection for small linear library synthesis or large combinatorial library synthesis is usually a necessary task. A user hoping to identify a set of acyl-halide reagents could specify a selection parameter to require each compound to have exactly one acyl-halide. In addition, the filter could be modified to exclude functional groups (such as primary amines) that may be acceptable for typical lead-like molecules, but are not acceptable for the specific reagent the user has in mind.

Therefore, the selection parameter is the reverse of a filtering parameter. The molecule must include the given substructure in order to pass the filter.

See also

The select parameter in filter files.

Type Checking

This checks the valence state and formal charge of the entire molecule. The check identifies molecules that are poorly specified, or represent nonsensical chemical states, often from corrupt input data. For example, an oxygen with eight hydrogens attached or a carbon with a +9 formal charge would be rejected.

MMFF94 Atom Type Checking

This checks that all atoms in the molecule have valid MMFF94 atom type assignments. The check identifies molecules that will fail downstream processing that depends on MMFF94 atom types (e.g., Omega).