No project description provided
Project description
PLINKFORMMATER
This repository is designed to transform genotype data from the Muster SNPs/download endpoint into PLINK-compatible data, which can then be processed by PyLMM. The primary aim is to facilitate genomic data transformation for linear mixed models. This tool should, in theory, also work with GEMMA and other software that consumes standard PLINK file formats, though it has been primarily tested with PyLMM.
Getting Started
Prerequisites
To use this repository, you must have the following dependencies installed:
- Python 3.8 or above
- PLINK 2.0
- Poetry
Install dependencies:
poetry install
Activate virtual environment:
poetry shell
Install PLINK:
You can download PLINK from the official website. Ensure the PLINK executable is in your system's PATH, or you can specify the path to the PLINK binary in your environment settings.
To verify PLINK installation, run:
plink2 --version
Tests
To run tests run the following command:
pytest -s tests
Publishing to Pypi
- Update version
poetry version patch
- Build any changes
poetry build
- Set the correct PyPI repository URL
poetry config repositories.pypi https://upload.pypi.org/legacy/
- Set API token
poetry config pypi-token.pypi pypi-YourActualTokenHere
- Publish
poetry publish
TODO
Software decisions
- [] operating on measure directory is inferior pattern than operating on a list of MeasureInput dataclass objects. MeasureInputs have a localfile attribute thus they could exist in any folder it wouldn't matter. this also prevents the need for creating an unecessary measure_id folder.
Differences from Hao's R code:
- Pheno ordering matters too
- Massive pheno file difference. Need to de-deuplicate
- stop upper casing strains, Hao mentioned this.
- Hao creates kinship matrix from pedmap not bfile
- Hao uses --pedmap PLINK flag not --ped --map, switch in an effort to keep everything the same.
- confirm that the first column of the .pheno file is zscore: expected strain | strain | zscore | value -> matches actual
-
generate_pheno_plink_faststill usescreate_sorted_pgen, Hao's code does not leverage the pfiles. -- [x] sanity check, ensure no p-files created 45911_plink_new_v1 has only bed bim bam like Hao. - we have an autosome only filter on --chr 1-19
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plinkformatter-0.1.47.tar.gz.
File metadata
- Download URL: plinkformatter-0.1.47.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
368b8ecb5bf88966da58368a78a05e24f319948115fc002c4984e5525c7b13be
|
|
| MD5 |
a3ff25370dffb433d299f1460b504415
|
|
| BLAKE2b-256 |
3897c4e217e2ee39c4e8c5d6c616bcca261a933deffa2a934bd1482f0d8be72b
|
File details
Details for the file plinkformatter-0.1.47-py3-none-any.whl.
File metadata
- Download URL: plinkformatter-0.1.47-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.13 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b29e84a266953f9a2d0008cd6e48f523dd05b4dac58e490d67b94335fed0fda0
|
|
| MD5 |
50b7bb26c1945a25967e8735bc17fc8c
|
|
| BLAKE2b-256 |
123d4b0ce4b31267b6125299d0b72f62004e6a43bb2878c68c4b740230ac457e
|