Fragmenter is a product consisting of several loosely related tools:
The cleavage points on the fragments are labeled with the cleavage rules:
![]() |
![]() |
Fragmenter fragments molecules based on predefined cleavage rules. The cleavage rules are given in form of reaction molecules in the configuration XML.
By default, all non-ring bonds matching the cleavage bonds in the rules are cleaved. However, it is possible to provide a revision algorithm that forbids certain cuts depending on predefined criteria (e.g. the resulting fragment size, the structural environment of the bond, the number of cleaved bonds in the resulting fragments, etc.). Currently one such algorithm is implemented: the RECAP method.
The RECAP algorithm raises the following cleavage revision rules:
Notlist.
Read more about the RECAP method and Fragmenter.
This method differs from the RECAP method because it leaves the functional groups intact, so no labelling is needed. Additionally, it requires no rule definitions. CCQ generates all fragments with duplicate filtering and provides an option to define the maximum bond count to decrease the small chance of a combinatorial explosion in case of extra complex molecules.
![]() |
Learn more about the CCQ method in the MolFragment page.
FragmentStatistics creates statistical results from the output of Fragment. The simplest usage is to remove duplicate fragments and sort fragments by occurrence, but FragmentStatistics can also sort fragments by molecule activity or other data read from the input molecules and stored together with the generated fragments.
A detailed explanation with examples is found in the FragmentStatistics document.
R-group decomposition is a special kind of substructure search that aims at finding a central structure - scaffold - and identify its ligands at certain attachment positions. The query molecule consists of the scaffold and ligand attachment points represented by R-groups. These R-groups are simple R-group atoms without R-group definitions in most cases.
Find details in the R-Group Decomposition document.