A tool for prediction of therapeutic peptides
Project description
ThpPred
A method for predicting therapeutic and non-therapeutic proteins
Introduction
ThpPred is developed for predicting, designing and scanning therapeutic peptides. More information on ThpPred is available from its web server http://webs.iiitd.edu.in/raghava/thppred. This page provides information about standalone version of ThpPred.
Minimum USAGE
To display the command line arguments, type the following command:
thppred -h
Full Usage:
To run the code with your parameters, type the following command:
thppred -i |Input_File| -m |Model| -t |Threshold|
Example Command:
thppred - i file.fasta -m 1 -t 0.5
Input File: It allow users to provide input in FASTA format. User should provide the file name along with its full path in case the input file is not in the same folder as the thppred_stand.py file.
Model: In this program, four models have been incorporated;
i) Model1 for predicting given input peptide/protein sequence as therapeutic and non-therapeutic peptide/proteins using XGBoost based on amino-acid composition of the peptide/proteins;
ii) Model2 for predicting given input peptide/protein sequence as therapeutic and non-therapeutic peptide/proteins using Hybrid approach, which is the ensemble of XGBoost + Motif Score. It combines the scores generated from machine learning (XGB), and motif occurence as Hybrid Score, and the prediction is based on Hybrid Score.
iii) Model3 for predicting given input peptide/protein sequence as therapeutic and non-therapeutic peptide/proteins using random forest based on dipeptide composition of the peptide/proteins;
iv) Model4 for predicting given input peptide/protein sequence as therapeutic and non-therapeutic peptide/proteins using Hybrid approach, which is the ensemble of Random forest + Motif Score. It combines the scores generated from machine learning (RF), and motif occurence as Hybrid Score, and the prediction is based on Hybrid Score.
User must enter model number(1,2,3 or 4) in the command line, else default value will be considered i.e. 2.
Threshold: User should provide a threshold value that lies between 0 and 1, please note score is proportional to therapeutic potential of peptide.
User must enter a valid threshold value in the command line, else default value will be considered i.e. 0.5.
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 thppred-1.1.tar.gz
.
File metadata
- Download URL: thppred-1.1.tar.gz
- Upload date:
- Size: 122.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999b89fc1be9d9225a54aba1716aba2d08ac488cc2ab142cbb82073b5663c385 |
|
MD5 | 35dee3bb331d250d6f0c94a0459f22d7 |
|
BLAKE2b-256 | a7e7b7b4811248794eb6936b4cc5903c4e6d1b636f1dedd9c60dc1d4ff5fef05 |
File details
Details for the file thppred-1.1-py3-none-any.whl
.
File metadata
- Download URL: thppred-1.1-py3-none-any.whl
- Upload date:
- Size: 122.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed38703aebdc22969cc9ab5f989bad8c5312a837ef5aaf3bd89695903f6d98bb |
|
MD5 | 1af195436a9daf18292df4af36e9ac6b |
|
BLAKE2b-256 | e72301e0833d51f733612c0dca3c421007b48573e7b3a20b019844ee77f9183f |