Skip to content
/ GIFT Public

An algorithm called GIFT to infer the chemogenomic information based on drug-protein interactions

License

Notifications You must be signed in to change notification settings

beyondpie/GIFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.