Skip to main content

Package for parsing pedigree files

Project description

Travis

peds: basic pedigree parsing

All this does is parse pedigree files and group individuals within families. Only performs minimal validation.

Install

pip install peds

Usage

from peds import open_ped

families = open_ped(PATH)

family = families[0]

# find affected family members
affected = [ x for x in family is x.is_affected()]

# find parents
for person in family:
    father = family.get_father(person)
    mother = family.get_mother(person)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

peds-1.3.2-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page