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:
-
[o] confirm 40701 results match
-
[o] confirm 45912 results match
- [] double check pylmm kinship function is being used?
- double check plink version
- .pheno matches within error
- [o] .kin does not match?? Comparing kinship files... Hao kin shape: (838, 838) My kin shape: (838, 838) max |Δ| = 0.8028899342158409 mean |Δ| = 0.003146552441518657 Frobenius Δ = 17.949248701353486 allclose? = False (rtol=1e-06, atol=1e-08) Largest discrepancies at (i,j): (623, 633): hao=-0.03728288973450879 mine=0.7656070444813321 Δ=0.8028899342158409 (641, 632): hao=0.7656070444813321 mine=-0.03728288973450879 Δ=0.8028899342158409 (641, 631): hao=0.7656070444813321 mine=-0.03728288973450879 Δ=0.8028899342158409 (640, 633): hao=0.7656070444813321 mine=-0.03728288973450879 Δ=0.8028899342158409 (640, 631): hao=0.7656070444813321 mine=-0.03728288973450879 Δ=0.8028899342158409 (640, 632): hao=0.7656070444813321 mine=-0.03728288973450879 Δ=0.8028899342158409 (620, 633): hao=-0.03728288973450879 mine=0.7656070444813321 Δ=0.8028899342158409 (625, 631): hao=-0.03728288973450879 mine=0.7656070444813321 Δ=0.8028899342158409 (625, 632): hao=-0.03728288973450879 mine=0.7656070444813321 Δ=0.8028899342158409 (625, 633): hao=-0.03728288973450879 mine=0.7656070444813321 Δ=0.8028899342158409
-
confirm 45911 results match
-
Sanity check: Are Hao and I using the exact same measure files?
-
[] Sanity check: that I am using same ped & map files, because how are our kinship matrices different if we are using the same pylmm kinship function?
-
[] Double check that DO pathway still works even with code changes.
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.78.tar.gz.
File metadata
- Download URL: plinkformatter-0.1.78.tar.gz
- Upload date:
- Size: 17.2 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 |
9399ad3136b2f42d0723ef59a0586053147a5fe67561358f8cdf44a4edba48e4
|
|
| MD5 |
d8e755e879dea00bfb0878e31fa44815
|
|
| BLAKE2b-256 |
1be83d05ca571deeef19345624c8caaad723bfd657bc4b4cab359ce4f78009c8
|
File details
Details for the file plinkformatter-0.1.78-py3-none-any.whl.
File metadata
- Download URL: plinkformatter-0.1.78-py3-none-any.whl
- Upload date:
- Size: 19.7 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 |
41c005196e7c4431c623064a5d3ea12c685c952f94f58b19f758ac3c73b7d47b
|
|
| MD5 |
10a82ec3eaea144a987924adacd9b657
|
|
| BLAKE2b-256 |
c20be069df25433c8418fa3e5f82407899b66174d8a39323026d46fb8b87cba8
|