Read PLINK files into Pandas data frames.
Project description
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.
License
This project is licensed under the MIT License - see the LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandas-plink-1.1.1.tar.gz
(7.3 kB
view details)
File details
Details for the file pandas-plink-1.1.1.tar.gz
.
File metadata
- Download URL: pandas-plink-1.1.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e217cc865c615aeb6c1182d7f5f7a71b9ea17e93d60ebd9fd004388bc0d88013 |
|
MD5 | 865d4a74ad9187e60697172c0b7b2182 |
|
BLAKE2b-256 | 3085961b6776ad8ffba8c4ba4edd3d285f3ccb8a4c7277ffa929f75c811095dc |