Skip to content

MPIBR-Bioinformatics/GOAnalysis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

GOAnalysis

A perl script to perform gene ontology analysis of two unrancked lists.

Dependences

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
brew install gsl
  • On Fedora/CentOS/RedHat/openSUSE you can use
sudo yum install gsl-devel

After that, install the Perl module from CPAN like this:

cpan Math::GSL::CDF

Note: you might need to install it with sudo

About

Perform gene ontology analysis of two unrancked lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages