uibcdf / OpenPharmacophore

An open library to work with pharmacophores.
https://www.uibcdf.org/OpenPharmacophore
MIT License
36 stars 10 forks source link

Common Pharmacophore Finder #80

Closed Daniel-Ibarrola closed 1 year ago

Daniel-Ibarrola commented 1 year ago

Description

The CommonPharmacophoreFinder class can perform an exhaustive search to find and score all common pharmacophores in a set of ligands. This class is used internally by LigandBasedPharmacophore.

Also, file IO functions were reorganized and renamed. Multiple pharmacophores can be stored and read along with their properties in mol2 files.

Todos

Right now the scoring of common pharmacophores is based on their intersite distances and not on an alignment score. An algorithm to align pharmacophores against each other needs to be implemented to obtain a better metric for comparison.

Status