Predict putative protein targets for small molecules using a new tool

Tariq Abdullah
2 Min Read

It is computationally costly to predict target proteins for query compounds or a chemical library to be run on a local computer. A new tool called FastTargetProtein has been developed to predict putative protein targets for small molecules [1]. It is a command-line tool written in Python3 and C and can be easily run on a local computer. It can accept from one to around one million small query molecules. Multiple options have been provided for users that can help in optimizing search and output options. The chemical compounds must be provided in the SDF format as input. Users can set a value for putative target output, by default it is set to 50 target output per query compound. It also allows users to calculate fingerprint similarity by setting a custom threshold. It is freely available at https://github.com/ludovicchaput/FastTargetPred.

How FastTargetProtein works?

  1. It keeps a prepared dataset of approved drugs, active molecules, and their fingerprints extracted from ChEMBL25.
  2. In order to process, it takes a query compound or a chemical library in SDF format as input.
  3. Computes query fingerprints using MayaChemTools.
  4. Compares fingerprints with the prepared dataset.
  5. Finally, it outputs known putative targets that match the query along with the information of the target protein including protein name, source organism, involvement in disease, and so on.

For more information, read here.


References

  1. Chaput, L., Guillaume, V., Singh, N., Deprez, B., & Villoutreix, B. O. (2020). FastTargetPred: a program enabling the fast prediction of putative protein targets for input chemical databases. Bioinformatics.
Share This Article
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
Leave a Comment

Leave a Reply