A tool to predict toxic and non-toxic proteins
Project description
Toxinpred2.0
Introduction
ToxinPred2.0 is developed for predicting, mapping and scanning toxic proteins. More information on ToxinPred2.0 is available from its web server http://webs.iiitd.edu.in/raghava/toxinpred2. This page provide information about standalone version of ToxinPred2.0.
Installation
To install the package, type the following command:
pip install toxinpred2
Minimum USAGE
To know about the available option for the package, type the following command:
toxinpred2.py -h
To run the example, type the following command:
toxinpred2.py -i peptide.fa
Full Usage:
Following is complete list of all options, you may get these options by "toxinpred2.py -h"
usage: toxinpred2.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.6
-m {1,2}, -- model Model
Model: 1: AAC based RF, 2: Hybrid, by default 1
-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/protein sequence as toxic and non-toxic peptide/proteins using Random Forest based on amino-acid composition of the peptide/proteins;
ii) Model2 for predicting given input peptide/protein sequence as toxic and non-toxic peptide/proteins using Hybrid approach, which is the ensemble of Random Forest+ BLAST+ MERCI. It combines the scores generated from machine learning (RF), MERCI, and BLAST as Hybrid Score, and the prediction is based on Hybrid Score.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file toxinpred2-1.1.tar.gz.
File metadata
- Download URL: toxinpred2-1.1.tar.gz
- Upload date:
- Size: 44.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
840ca9b6c17fd645b194ad0778ca941943885fcacccf3218f1aa8d5095510d45
|
|
| MD5 |
9e31acf6b8930a520046cc4688aeec2d
|
|
| BLAKE2b-256 |
52e36224099df608c9bf8edb397a9e6c5e38dbada1c32ea36fe054eab0e7c495
|
File details
Details for the file toxinpred2-1.1-py3-none-any.whl.
File metadata
- Download URL: toxinpred2-1.1-py3-none-any.whl
- Upload date:
- Size: 44.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3109cf974c701afba5df57a5ec1d0155befda8d0d9878e73b95b9a9e4d9707c
|
|
| MD5 |
feb9588e73f5ef28656ba060de3c61d5
|
|
| BLAKE2b-256 |
c61bc65a71e811c81c1c64d8f8c1abc229f718fa86a569d25ac06c9447e9ff4d
|