Read PLINK files into Pandas data frames
Project description
Pandas-plink is a Python package for reading PLINK binary file
format.
The file reading is taken place via lazy
loading, meaning that
it saves up memory by actually reading only the genotypes that are
actually accessed by the user.
Install
We recommend installing it via conda:
conda install -c conda-forge pandas-plink
The above method is preferable because it does not require building tools, which makes the installation less prone to errors.
Alternatively, pandas-plink can also be installed using pip:
pip install pandas-plink
The above method will perform some compilation and the installation is
very likely to be successful, as we test every release under Windows,
Linux, and macOS platforms.
If by any change it fails, please, consider submitting a new
issue.
Usage
It is as simple as
from pandas_plink import read_plink
(bim, fam, G) = read_plink('/path/to/files_prefix')
for which files_prefix.bed, files_prefix.bim, and
files_prefix.fam contain the data.
Portions of the genotype will be read as the user access them. Please,
refer to the documentation
for more information.
License
This project is licensed under the MIT License.
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.2.19.tar.gz
(10.0 kB
view details)
File details
Details for the file pandas_plink-1.2.19.tar.gz
.
File metadata
- Download URL: pandas_plink-1.2.19.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a2eaf03a3cf8a716822b6037d0ffe311fab99cfb96260de013458c76fffc55f |
|
MD5 | 7bffd84baa2f7a03b7664b645c0c1d5e |
|
BLAKE2b-256 | 6a31de2033de62e448f91238b9ae870cd70190ea11082e8b573a67f99e5ec08e |