Skip to content

Two algorithms to fragment molecules into specified molecular subunits (e.g. functional groups)

License

Notifications You must be signed in to change notification settings

simonmb/fragmentation_algorithm_paper

Repository files navigation

fragmentation_algorithm_paper

this is the immutable version of the algorithm for the following paper:

⚠️If you are interested in a new version⚠️

  • New version of the fragmentation algorithm
  • Why is there a newer version?
    • The fragmentation algorithm originally published with the paper tried to find smaller functional groups that are contained within other larger functional groups to sort them automatically in an intelligent way. This turned out to be quite difficult to implement as the capabilities of RDKit to match SMARTS with SMARTS are limited. This lead me to writing workarounds that became broken in subsequent RDKit versions.
    • The newer version does not try to automatically sort the groups you are searching for but relies on the user to provide this order. This allows the algorithm to be applicable with recent RDKit versions without problems.

About

Two algorithms to fragment molecules into specified molecular subunits (e.g. functional groups)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages