the COLOC method by Giambartolomei et al.
Project description
coloc
An implementation of the COLOC method for colocalization of GWAS and/or eQTL signals by Giambartolomei et al.
Installation
pip3 install coloc
or
pip3 install --user coloc
Example usage
from coloc import coloc, print_coloc_result
help(coloc)
print_coloc_result('not colocalized', *coloc([1, 4, 9], [9, 4, 1]))
not colocalized
PP0: [||||| ] [ 0.26540194014704316 ]
PP1: [|||| ] [ 0.21657860877712054 ]
PP2: [|||| ] [ 0.21657860877712054 ]
PP3: [||| ] [ 0.17661198683565493 ]
PP4: [|| ] [ 0.12482885546306076 ]
print_coloc_result('colocalized', *coloc([1, 4, 9], [1, 4, 9]))
colocalized
PP0: [ ] [ 0.0015168270421050444 ]
PP1: [ ] [ 0.001237791593959775 ]
PP2: [ ] [ 0.001237791593959775 ]
PP3: [ ] [ 1.4094001056824932e-05 ]
PP4: [||||||||||||||||||| ] [ 0.9959934957689188 ]
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
coloc-0.4.2.tar.gz
(4.0 kB
view details)
Built Distribution
coloc-0.4.2-py3-none-any.whl
(4.5 kB
view details)
File details
Details for the file coloc-0.4.2.tar.gz
.
File metadata
- Download URL: coloc-0.4.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0e2b6c7d0528a4bdc8d91671de45fc01f2e1b004978d5e1272cd42b03519a78 |
|
MD5 | 5141825aafa3682d0c9c90834ba66cce |
|
BLAKE2b-256 | 2652eeb9a7c4da3ad0bc6983112ce14b11dd88d84c555226c19ee4e2a51c8439 |
File details
Details for the file coloc-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: coloc-0.4.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ae10d4e4e99f93828ad8379dc914ce17dd5e480c5f6032883839aa046416b11 |
|
MD5 | e3f6ba8ad7b213f3fae17f12f70cae90 |
|
BLAKE2b-256 | fb1c67e7b832a3bbca68d7861853d8d023f654c6d13c6061ac65e34077e58f95 |