A tool to predict toxic and non-toxic peptides
Project description
Toxinpred3.0
A method for predicting toxicity of the peptides
Introduction
ToxinPred3.0 is developed for predicting, mapping and scanning toxic/non-toxic peptides. It uses only composition based features for predicting toxic/non-toxic peptides.The final model also deploys a motif-based module which has been implemented using MERCI. More information on ToxinPred3.0 is available from its web server http://webs.iiitd.edu.in/raghava/toxinpred3. Please read/cite the content about toxinpred3 for complete information including algorithm behind the approach.
Installation
To install the package, type the following command:
pip install toxinpred3
Minimum USAGE
To know about the available option for the standalone, type the following command:
toxinpred3.py -h
To run the example, type the following command:
toxinpred3.py -i peptide.fa
Full Usage:
Following is complete list of all options, you may get these options
usage: toxinpred3.py [-h]
[-i INPUT]
[-o OUTPUT]
[-t THRESHOLD]
[-m {1,2}]
[-d {1,2}]
Please provide following arguments
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input: protein or peptide sequence in FASTA format or
single sequence per line in single letter code
-o OUTPUT, --output OUTPUT
Output: File for saving results by default outfile.csv
-t THRESHOLD, --threshold THRESHOLD
Threshold: Value between 0 to 1 by default 0.38
-m {1,2}, -- model Model
Model: 1: ML model, 2: Hybrid model, by default 2
-d {1,2}, --display {1,2}
Display: 1:Toxin peptide, 2: All peptides, by
default 1
Input File: It allow users to provide input in two format; i) FASTA format (standard) (e.g. peptide.fa) and ii) Simple Format. In case of simple format, file should have one peptide sequence in a single line in single letter code (eg. peptide.seq).
Output File: Program will save result in CSV format, in case user do not provide output file name, it will be stored in outfile.csv.
Threshold: User should provide threshold between 0 and 1, please note score is proportional to toxic potential of peptide.
Models: In this program, two models have been incorporated; i) Model1 for predicting given input peptide sequence as toxic and non-toxic peptide using Extra tree based on amino-acid composition (AAC) and di peptide composition (DPC) of the peptide;
ii) Model2 for predicting given input peptide sequence as toxic and non-toxic peptide using Hybrid approach, which is the ensemble of Extra tree + MERCI. It combines the scores generated from machine learning (ET), and MERCI as Hybrid Score, and the prediction is based on Hybrid Score.
Project details
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 toxinpred3-1.4.tar.gz
.
File metadata
- Download URL: toxinpred3-1.4.tar.gz
- Upload date:
- Size: 10.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07619331a5ca749233d999e03c1ae7ee89dcf7b1e3532a57511ebaa8584d8b38 |
|
MD5 | a229753f071df0a49f605b224571ff7e |
|
BLAKE2b-256 | e2602e7293889428339e4c68b6011292ddf7ed0fb5981ee438ec2a51735c9228 |
File details
Details for the file toxinpred3-1.4-py3-none-any.whl
.
File metadata
- Download URL: toxinpred3-1.4-py3-none-any.whl
- Upload date:
- Size: 10.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee9b92502759d58adf5387005beb6f17a3a52ecb74f757d3d49c175d46ad668c |
|
MD5 | 422d5a5dce99a47bcec02090a97dd059 |
|
BLAKE2b-256 | 8386dcb0c42084eb087104bb59cb1f69721d8038d6d0e2e3ac9c852362262a80 |