Skip to content

fpcasale/pandas-plink

 
 

Repository files navigation

pandas-plink

PyPI-License PyPI-Version Anaconda-Version Anaconda-Downloads Documentation Status

Convert PLINK files to Pandas data frame.

Install

The recommended way of installing it is via conda

conda install -c conda-forge pandas-plink

An alternative way would be via pip

pip install pandas-plink

Running the tests

After installation, you can test it

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

as long as you have pytest.

Usage

It is as simple as

from pandas_plink import read_plink
(bim, fam, G) = read_plink('/path/to/data')

Refer to documentation for more information.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Read PLINK files into Pandas data frames.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.3%
  • Jupyter Notebook 41.2%
  • Shell 0.5%