Metadata-Version: 1.1
Name: SNPknock
Version: 0.5.1
Summary: Generates knockoff copies of HMMs and genomic data.
Home-page: http://web.stanford.edu/~msesia/snpknock/
Author: Matteo Sesia
Author-email: msesia@stanford.edu
License: GPL-v3 license
Download-URL: http://web.stanford.edu/~msesia/snpknock/install.html
Description: ====================
        SNPknock
        ====================
        
        SNPknock is a simple Python package for creating knockoff copies of variables 
        distributed as discrete Markov chains or hidden Markov models. SNPknock also 
        includes specific support for knockoff copies of genotype data, through a 
        user-friendly interface to the imputation software `fastPhase`.
        
        Released under the GPL-v3 license - see the file LICENSE in the source distribution.
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.13.1)
Requires: Cython (>=0.26)
Provides: SNPknock
