LICENSE
README.md
pyproject.toml
src/genophenocorr/__init__.py
src/genophenocorr.egg-info/PKG-INFO
src/genophenocorr.egg-info/SOURCES.txt
src/genophenocorr.egg-info/dependency_links.txt
src/genophenocorr.egg-info/requires.txt
src/genophenocorr.egg-info/top_level.txt
src/genophenocorr/analysis/__init__.py
src/genophenocorr/analysis/_analyzers.py
src/genophenocorr/analysis/_inheritance.py
src/genophenocorr/analysis/_test_fisherExact.py
src/genophenocorr/analysis/predicate/__init__.py
src/genophenocorr/analysis/predicate/_all_predicates.py
src/genophenocorr/analysis/predicate/_api.py
src/genophenocorr/constants/__init__.py
src/genophenocorr/constants/variant_effects.py
src/genophenocorr/data/__init__.py
src/genophenocorr/data/_toy.py
src/genophenocorr/model/__init__.py
src/genophenocorr/model/_cohort.py
src/genophenocorr/model/_phenotype.py
src/genophenocorr/model/_protein.py
src/genophenocorr/model/_variant.py
src/genophenocorr/preprocessing/__init__.py
src/genophenocorr/preprocessing/_api.py
src/genophenocorr/preprocessing/_config.py
src/genophenocorr/preprocessing/_patient.py
src/genophenocorr/preprocessing/_phenopacket.py
src/genophenocorr/preprocessing/_phenotype.py
src/genophenocorr/preprocessing/_protein.py
src/genophenocorr/preprocessing/_test_variant.py
src/genophenocorr/preprocessing/_uniprot.py
src/genophenocorr/preprocessing/_variant.py
src/genophenocorr/view/__init__.py
src/genophenocorr/view/_cohort.py
tests/test_predicates.py