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.
Citation
If you find BioKEEN useful in your work, please consider citing:
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 .
Usage
Code examples can be found in the notebooks directory.
CLI Usage
To show BioKEEN’s available commands, please run following command:
biokeen
Starting the Training/HPO Pipeline
To configure an experiment, please run following command:
biokeen start
To start BioKEEN with an existing configuration file, please run the following command:
biokeen start -f /path/to/config.json
Starting the 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
Summarize the Results of All Experiments
To summarize the results of all experiments, please run following command:
biokeen-summarize -d /path/to/experiments/directory -o /path/to/output/file.csv
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.11.tar.gz
.
File metadata
- Download URL: biokeen-0.0.11.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c27c99026ad19dae761e222a1f0841dcf236e3bf101215c3daad4c83c1824b68 |
|
MD5 | 1415447ea64fdb936d796da3654249e7 |
|
BLAKE2b-256 | 2bb4d7ba08248759d2f2c50f9099431e1709b1b9fc1a4adad6d456e3aab96bf9 |
Provenance
File details
Details for the file biokeen-0.0.11-py36-none-any.whl
.
File metadata
- Download URL: biokeen-0.0.11-py36-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3.6
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62b174c260b7cafef77da9ee355632366d77163a55c6979e14567a8c7c953b06 |
|
MD5 | 0501bef476e68fbd1b934c2b9b5cf8de |
|
BLAKE2b-256 | 728bc24c63a04a6709efe11859f65293bd5c34b0319fc4f98d38a32332c4f20a |