Package for parsing pedigree files
Project description
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
File details
Details for the file peds-1.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: peds-1.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a58d9dd6e8f028052ba908722ff44273aee0442bf5d2645d1071a741d8fb226c |
|
MD5 | d2c9c8b3b0c08cd4a66ecc97781b328e |
|
BLAKE2b-256 | 972a9b036a5f60eb0fdcfc35e5154353b8ac26abe916bd34ded2f4674af14d81 |