8000 GitHub - beyondpie/GIFT: An algorithm called GIFT to infer the chemogenomic information based on drug-protein interactions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

0