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 details)

Uploaded Python 2 Python 3

File details

Details for the file peds-1.3.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for peds-1.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a58d9dd6e8f028052ba908722ff44273aee0442bf5d2645d1071a741d8fb226c
MD5 d2c9c8b3b0c08cd4a66ecc97781b328e
BLAKE2b-256 972a9b036a5f60eb0fdcfc35e5154353b8ac26abe916bd34ded2f4674af14d81

See more details on using hashes here.

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