Download


Overview

GeneBASE consists of the following two programs, ProbeEffects and ProbeSelection, described below.

ProbeEffects is written in C++.
ProbeSelection is written in python and R.

ProbeEffects

Step 1:

Download the source code.

Step 2:

Download and install the gsl library.

Step 3:

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.

Step 4:

Execute the code using
./ProbeEffects -par parameterFile.txt
See corresponding program features instructions for further details.

ProbeSelection

Download.