About
=====

**L1L2Signature** is an implementation of a proposed unbiased framework for
gene expression analysis.


Important links
===============

- Home Page (stable documentation): http://slipguru.disi.unige.it/Software/L1L2Signature
- Official source code repo: https://bitbucket.org/slipguru/l1l2signature/
- Download releases: https://bitbucket.org/slipguru/l1l2signature/downloads
- Issue tracker: https://bitbucket.org/slipguru/l1l2signature/issues


Install
=======

To install this packages, you can use the default distutils commands::

  python setup.py build
  sudo python setup.py install

To check the installation, you can launch the test suite, if nose is installed::

  python -c "import l1l2signature; l1l2signature.test()"
