Metadata-Version: 2.1
Name: chiscore
Version: 0.0.2
Summary: Test statistics from linear combination of chi-squared distributions.
Home-page: https://github.com/limix/chiscore
Author: Rachel Moore, Danilo Horta
Author-email: rm18@sanger.ac.uk, horta@ebi.ac.uk
Maintainer: Danilo Horta
Maintainer-email: horta@ebi.ac.uk
License: MIT
Download-URL: https://github.com/limix/chiscore
Description: # chiscore
        
        [![Travis](https://img.shields.io/travis/com/limix/chiscore.svg?style=flat-square&label=linux%20%2F%20macos%20build)](https://travis-ci.com/limix/chiscore) [![AppVeyor](https://img.shields.io/appveyor/ci/Horta/chiscore.svg?style=flat-square&label=windows%20build)](https://ci.appveyor.com/project/Horta/chiscore)
        
        Estimate the joint significance of test statistics derived from linear combination
        of chi-squared distributions.
        
        ## Install
        
        We recommend installing it via
        [conda](http://conda.pydata.org/docs/index.html):
        
        ```bash
        conda install -c conda-forge chiscore
        ```
        
        Alternatively, chiscore can also be installed using
        [pip](https://pypi.python.org/pypi/pip):
        
        ```bash
        pip install chiscore
        ```
        
        ## Running the tests
        
        After installation, you can test it
        
        ```bash
        python -c "import chiscore; chiscore.test()"
        ```
        
        as long as you have [pytest](https://docs.pytest.org/en/latest/).
        
        ## Usage
        
        TODO
        
        ## Authors
        
        * [Danilo Horta](https://github.com/horta)
        
        ## License
        
        This project is licensed under the [MIT License](https://raw.githubusercontent.com/limix/chiscore/master/LICENSE.md).
        
Keywords: test statistic,chi-squared distribution,p-value
Platform: Windows
Platform: MacOS
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
