SENSE-PPI: Sequence-based EvolutioNary ScalE Protein-Protein Interaction prediction
Project description
SENSE-PPI
SENSE-PPI is a Deep Learning model for predicting physical protein-protein interactions based on amino acid sequences. It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to perform a binary classification.
Installation
SENSE-PPI requires Python 3.9 or higher. To install the package, run:
pip install senseppi
N.B.: if you intend to use the create_dataset
command to generate new datasets from STRING,
do not forget to additionally install the MMseqs2 software (instructions can be found at: https://github.com/soedinglab/MMseqs2).
The mmseqs
command should be available in your PATH.
Usage
There are 5 commands available in the package:
train
: trains SENSE-PPI on a given datasettest
: computes test metrics (AUROC, AUPRC, F1, MCC, Presicion, Recall, Accuracy) on a given datasetpredict
: predicts interactions for a given datasetpredict_string
: predicts interactions for a given dataset using STRING database: the interactions are taken from the STRING database (based on seed proteins). Predictions are compared with the STRING database. Optionally, the graphs can be constructed.create_dataset
: creates a dataset from the STRING database based on the taxonomic ID of the organism.
The original SENSE-PPI repository contains two pretrained models (checkpoints with weights): senseppi.ckpt
and dscript.ckpt
pretrained on SENSE-PPI and DSCRIPT human datasets respectively.
N.B.: Both pretrained models were made to work with proteins in range 50-800 amino acids.
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
Hashes for senseppi-0.5.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22ce1f4462b38412f83b34dcef42fd520ba99ea0954e4f33aa1cb1a0c9ba9d79 |
|
MD5 | 1e240ec0aa7e024f5f7d4934cbfe5ce0 |
|
BLAKE2b-256 | e4d981d8c24ae13c39e0b0b68e98a783ccb0b50876f496e9690a3a4053559ae3 |