Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 947 Bytes

File metadata and controls

25 lines (20 loc) · 947 Bytes

GIFT

An algorithm called GIFT is used to infer the chemogenmic information based on drug-protein interactions. Here chemogenomic information means the interactions between the chemical substructures and protein domains. An Expection-Maximum algorithm is then derived.

Note: the updated version is maintained on GitHub.

How to install

C++ Version [Recommend]

  • Download and install Boost C++ Library
  • Download and install GSL-GNU Scientific Library.
  • Make sure append the boost and gsl include dir to the makefile CFLAGS.

Then use make command directly,

make install

The binary file will be installed under the dirctory bin

Matlab Version

Please check the codes under matlab_version directory.

How to usage GIFT

Please check the GIFT_UserManual under doc directory.