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.
- 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
Please check the codes under matlab_version directory.
Please check the GIFT_UserManual under doc directory.