Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 781 Bytes

kg-phenio

A graph for accessing and comparing knowledge concerning phenotypes across species and genetic backgrounds.

Also great for ontology-based graph machine learning experiments.

Please see the repo project for an overview.

See also OntoML and Phenio.

Setup

Clone the repository, then install with poetry install.

Operation

Download sources:

python run.py download

Transform sources:

python run.py transform

Build the merged graph:

python run.py merge

Prepare embeddings and classifiers with NEAT. These are defined in neat.yaml.

Or, if running locally, try using neat_local.yaml.