DeepPheno phenotype predictor
Project description
DeepPheno: Predicting single gene loss of function phenotypes
DeepPheno is a method for predicting gene-phenotype (HPO classes) associations from gene functional annotations (GO classes) and gene expression values.
This repository contains script which were used to build and train the DeepPheno model together with the scripts for evaluating the model's performance.
Dependencies
- The code was developed and tested using python 3.7.
- To install python dependencies run:
pip install -r requirements.txt
Data
- https://bio2vec.cbrc.kaust.edu.sa/data/deeppheno/ - Here you can find the data used to train and evaluate our method.
- data.tar.gz - data folder with latest dataset
- data-cafa2.tar.gz - CAFA2 challenge dataset
- predictions.txt.gz - DeepPheno predictions for human genes
Scripts
The scripts require GeneOntology and Human Phenotype Ontology in OBO Format.
- uni2pandas.py - This script is used to convert data from UniProt database format to pandas dataframe.
- data.py - This script is used to generate training and testing datasets.
- pheno.py - This script is used to train the model
- evaluate_*.py - The scripts are used to compute Fmax, Smin
- GeneDis.groovy - This script is used to compute semantic similarity between gene and disease phenotypes
Running
- Download all the files from https://bio2vec.cbrc.kaust.edu.sa/data/deeppheno/data.tar.gz and place them into data folder
- run
python pheno.py
to start training the model
Citation
If you use DeepPheno for your research, or incorporate our learning algorithms in your work, please cite:
Maxat Kulmanov, Robert Hoehndorf; DeepPheno: Predicting single gene knockout phenotypes. BioArxiv, https://doi.org/10.1101/839332
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
File details
Details for the file deeppheno-1.0.0.tar.gz
.
File metadata
- Download URL: deeppheno-1.0.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccbd3cdc8740f410337cf5131b3cdaccbb5a9bf63fa5189fc69c745ce11cf227 |
|
MD5 | 0d4abcab15ea33ba431f51a83a79d44d |
|
BLAKE2b-256 | 2a0f470d9e11456f4bbf875ee1a11eca5545ec7cb32aa916b4aa48c611cc56c1 |