BioKEEN (KnowlEdge EmbeddiNgs) is a package for training and evaluating biological knowledge graph embeddings
Project description
BioKEEN (Biological KnowlEdge EmbeddiNgs) is a package for training and evaluating biological knowledge graph embeddings built on PyKEEN.
Installation
BioKEEN can be installed with the following commands:
python3 -m pip install git+https://github.com/SmartDataAnalytics/BioKEEN.git@master
or in editable mode with:
$ git clone https://github.com/SmartDataAnalytics/BioKEEN.git biokeen
$ cd biokeen
$ python3 -m pip install -e .
How to Use
To show BioKEEN’s available commands, please run following command:
biokeen
or alternatively:
python3 -m biokeen
Starting BioKEEN’s training/HPO pipeline
To configure an experiment, please run following command:
biokeen start
or alternatively:
python3 -m biokeen start
To start BioKEEN with an existing configuration file, please run the following command:
biokeen start -c /path/to/config.json
or alternatively:
python3 -m biokeen start -c /path/to/config.json
Starting BioKEEN’s prediction pipeline
To make prediction based on a trained model, please run following command:
biokeen predict -m /path/to/model/directory -d /path/to/data/directory
or alternatively:
python3 -m biokeen predict -m /path/to/model/directory -d /path/to/data/directory
Getting Bio2BEL Data
To download and structure the data from a Bio2BEL repository, run:
biokeen get <name>
Where <name> can be any repository name in Bio2BEL such as hippie, mirtarbase.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.