A perl script to perform gene ontology analysis of two unrancked lists.
GOAnalysis requires the Math::GSL::CDF module to be installed, which has a dependency to the GNU Scientific Library (GSL).
First, you will have to install GSL on your system:
- On Debian/Ubuntu you can use:
sudo apt-get install libgsl0-dev
- On Mac you can use homebrew (http://brew.sh/):
brew install gsl
- On Fedora/CentOS/RedHat/openSUSE you can use
sudo yum install gsl-devel
- Or get GSL at http://www.gnu.org/software/gsl
After that, install the Perl module from CPAN like this:
cpan Math::GSL::CDF
Note: you might need to install it with sudo