Biobanking data processing, annotation, and association workflows
Project description
Biobanking
Systematic collection, processing, storage, and analysis of biological samples and associated health records for medical research.
Supported pipelines
Preprocess
Contains biobank specific modules with scripts for EHR data collection, cleaning and processing.
QC (Under construction)
Will contain biobank specific modules with scripts for variant quality control and filtering.
Annotation (Under construction)
Will contain biobank specific modules with scripts for variant annotation.
Association
Contains biobank specific modules with scripts for genotype-phenotype association tests.
Supported biobanks
All of Us
The All of Us biobank consists of coupled whole genome sequencing and electronic health record data of 430k individuals with a plan to extend up to a million.
UK Biobank (Under construction)
The UK Biobank consists of coupled whole genome sequencing and electronic health record data of ~500k participants.
Internal Use
python -m pip install -U pip build
pip install twine
# linux
rm -rf dist build *.egg-info src/*.egg-info
# windows
Remove-Item -Recurse -Force dist, *.egg-info, src\*.egg-info
python -m build
pip install dist/biobanking-0.0.8-py3-none-any.whl
python -c "from biobanking.association.aou import REGENIE; regenie = REGENIE(); from biobanking.preprocess.aou.measurements import save_measurements_in_wide_format; print('import ok')"
twine upload dist/*
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 biobanking-0.0.8.tar.gz.
File metadata
- Download URL: biobanking-0.0.8.tar.gz
- Upload date:
- Size: 279.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7eb36b907fe8e47d206f6416c91cb19c97321f4e3e63eadfa0e0429a6677ee
|
|
| MD5 |
d38398778eabebe72190f3065dbeed15
|
|
| BLAKE2b-256 |
90b8aab80aea19f88d347b0e6c65bcc19ae17d035260006a2a8b51288023ec0a
|
File details
Details for the file biobanking-0.0.8-py3-none-any.whl.
File metadata
- Download URL: biobanking-0.0.8-py3-none-any.whl
- Upload date:
- Size: 325.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff5da1bd6fc86a18c9c9bc4b50141ed8e8fb5a79f419af698ae8cff9f45d8683
|
|
| MD5 |
48cfcce70621fc8235ab09ccfbcfbbcc
|
|
| BLAKE2b-256 |
f39b6821c056127e5c5b89e70c14a19c5636bd3dccd066adc3a7e3d36c581dba
|