An open API service indexing awesome lists of open source software.

https://github.com/P2GX/gpsea

A Python library for discovery of genotype-phenotype associations
https://github.com/P2GX/gpsea

hpo phenopackets

Last synced: 7 months ago
JSON representation

A Python library for discovery of genotype-phenotype associations

Awesome Lists containing this project

README

          

[![Build status](https://github.com/P2GX/gpsea/workflows/CI/badge.svg)](https://github.com/P2GX/gpsea/actions/workflows/python_ci.yml)
[![GitHub release](https://img.shields.io/github/release/P2GX/gpsea.svg)](https://github.com/P2GX/gpsea/releases)
![PyPi downloads](https://img.shields.io/pypi/dm/gpsea.svg?label=Pypi%20downloads)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gpsea)

GPSEA (Genotypes and Phenotypes - Statistical Evaluation of Associations) is a Python package for finding genotype-phenotype associations.

See our documentation for the [setup](https://p2gx.github.io/gpsea/stable/setup.html) instructions,
a [tutorial](https://p2gx.github.io/gpsea/stable/tutorial.html) with an end-to-end genotype-phenotype association analysis,
and a comprehensive [user guide](https://p2gx.github.io/gpsea/stable/user-guide/index.html) with everything else.

The documentation comes in two flavors:

- [Stable documentation](https://p2gx.github.io/gpsea/stable/) (last release on `main` branch)
- [Latest documentation](https://p2gx.github.io/gpsea/latest) (bleeding edge, latest commit on `develop` branch)