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.
Source Distribution
Built Distribution
File details
Details for the file biokeen-0.0.5.tar.gz
.
File metadata
- Download URL: biokeen-0.0.5.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c1b9b73a51ef44d55a6b13fd3fb56910a325fd92df1f01521e916f1e1346c9d |
|
MD5 | 554273fdf839de972f5751d68853a93f |
|
BLAKE2b-256 | a9efdf4b974d255d0070be6b211014baff09012a5a3f31474050cb6626943ea0 |
Provenance
File details
Details for the file biokeen-0.0.5-py36-none-any.whl
.
File metadata
- Download URL: biokeen-0.0.5-py36-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3.6
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a9edbf03959bee45d9721ca91db47b9cfd3c85707f0db52e778f5c5e6409564 |
|
MD5 | be87424d88d23f2790a93bd270005e6d |
|
BLAKE2b-256 | cea7a96779b013b0fe40dbab9be8e1ff93e24ec3caec395d85d4af4df52d00a2 |