Metadata-Version: 1.1
Name: L1L2Signature
Version: 0.2.1
Summary: Unbiased framework for gene expression analysis
Home-page: http://slipguru.disi.unige.it/Software/L1L2Signature/
Author: Salvatore Masecchia
Author-email: salvatore.masecchia@disi.unige.it
License: new BSD
Description: 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()"
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires: l1l2py (>=1.4.0)
Requires: pplus (>=0.5.1)
