Search for genotype-phenotype correlations with GA4GH phenopackets
Project description
Genophenocorr is a Python library for genotype-phenotype association analysis.
An example of simple genotype-phenotype association analysis
# Load HPO
import hpotk
hpo = hpotk.load_minimal_ontology('http://purl.obolibrary.org/obo/hp.json')
# Load a cohort of phenopackets
from genophenocorr.data import get_toy_cohort
cohort = get_toy_cohort()
# Analyze genotype-phenotype associations
from genophenocorr.analysis import CohortAnalysis
from genophenocorr.constants import VariantEffect
cohort_analysis = CohortAnalysis(cohort, 'NM_1234.5', hpo)
frameshift = cohort_analysis.compare_by_variant_type(VariantEffect.FRAMESHIFT_VARIANT)
print(frameshift)
prints a table with genotype-phenotype correlations:
With frameshift_variant Without frameshift_variant
Count Percent Count Percent p-value
HP:0001166 (Arachnodactyly) 4 30.77% 10 76.92% 0.04718
HP:0001250 (Seizure) 11 84.62% 9 69.23% 0.64472
HP:0001257 (Spasticity) 8 61.54% 9 69.23% 1.00000
Documentation
Check out the User guide and the API reference for more info:
- Stable documentation (last release on
mainbranch) - Latest documentation (bleeding edge, latest commit on
developmentbranch)
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 genophenocorr-0.1.0.tar.gz.
File metadata
- Download URL: genophenocorr-0.1.0.tar.gz
- Upload date:
- Size: 35.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3479f5c24ab31bd067ce60ef9a81c8a936a089b5cbc736c6f2f6608304914c1c
|
|
| MD5 |
a1a4373158c29a5cc1e8be2900281ed6
|
|
| BLAKE2b-256 |
39e25908daa92166690481470e5b29408db3ece18e9cfaa7d4153422d1641044
|
File details
Details for the file genophenocorr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: genophenocorr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 42.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a0c821b48dd58e39806f017325b367e9599ac2c88105e86c8258fb0c97dedd4
|
|
| MD5 |
efaa38b1787697182dc92c3ce0bda29e
|
|
| BLAKE2b-256 |
dfdbf5b7cf611798bfbef83270f1f35ec1164cee3082838b85e3046a109a8889
|