GeneBASE consists of the following two programs, ProbeEffects and ProbeSelection, described below.
ProbeEffects is written in C++. |
ProbeSelection is written in python and R. |
Download the source code.
Download and install the gsl library.
Compile the program, linking to the gsl library. We provide a sample command for compilation. You will need to change the arguments of -I to the gsl include directory and -L to the gsl lib directory.
Execute the code using
./ProbeEffects -par parameterFile.txt
See corresponding program features instructions for further details.