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 ]
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.2.0.tar.gz
(2.9 kB
view details)
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
coloc-0.2.0-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file coloc-0.2.0.tar.gz.
File metadata
- Download URL: coloc-0.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75ad598e0dbcbf7071a745a8e7f35617888c7e2b22a0b81737a9d0bb9b80c30f
|
|
| MD5 |
04dfac22c6f2ab52299bd395d5a1e6aa
|
|
| BLAKE2b-256 |
bbc45529c067ea11e2368376204ebce24b163b7381dd0a202f0d9424e424d663
|
File details
Details for the file coloc-0.2.0-py3-none-any.whl.
File metadata
- Download URL: coloc-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
566c0ea1af319f89ed6833a56113d550b91eab39fc5a275aa39707c3f99b858b
|
|
| MD5 |
7a2e7722c9bac4fc68a86da7bb8beedd
|
|
| BLAKE2b-256 |
5df5c12b7916ecde6d6a93cf9ca87e2a4c08d74bb6d3eff70f696ebb5b84d2a3
|