PyPlink is a Python module to read and write Plink's binary files. Short
documentation available at
https://lemieuxl.github.io/pyplink/.
The tool requires a standard Python installation (3.7 or higher are supported) with the following modules:
The tool has been tested on Linux only, but should work on MacOS and Windows operating systems as well.
Using pip:
pip install pyplinkUsing conda (make sure Bioconda is configured;
thanks to @nebfield for the recipe):
conda install pyplinkTo update the module using pip:
pip install -U pyplinkTo update the module using conda:
# Make sure bioconda is configured
conda update pyplinkTo test the module, just perform the following command:
$ python -m pyplink.tests
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.334s
OKThe following
notebook
contains a demonstration of the PyPlink module.