A tool to predict Plant Diesease Resistance Protein
Project description
PlantDRPpred
A method for prediction of Plant Disease Resistance Protein
Introduction
PlantDRPpred is developed for predicting, mapping and scanning plant resistance proteins. More information on PlantDRPpred is available from its web server http://webs.iiitd.edu.in/raghava/plantdrppred. This page provides information about the standalone version of PlantDRPpred.
PIP Installation
PIP version is also available for easy installation and usage of this tool. The following command is required to install the package
pip install plantdrppred
To know about the available option for the pip package, type the following command:
plantdrppred -h
Standalone
Standalone version of PlantDRPpred is written in python3 and the following libraries are necessary for a successful run:
- scikit-learn > 1.3.0
- Pandas
- Numpy
- blastp
Minimum USAGE
To know about the available option for the standalone, type the following command:
PlantDRPpred.py -h
To run the example, type the following command:
PlantDRPpred.py -i seq.fasta
where seq.fasta is a input FASTA file. This will predict plant resistance protein in FASTA format. It will use other parameters by default. It will save output in "output_result.csv" in CSV (comma separated variables).
Full Usage:
Following is complete list of all options, you may get these options
usage: plantdrppred [-h] -i INPUT [-o OUTPUT] [-t THRESHOLD] [-m {1,2}] [-d {1,2}] [-wd WORKING]
Please provide the following arguments.
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input: protein or peptide sequence in FASTA format
-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.48
-m {1,2}, --model {1,2}
Model: 1: AAC feature based ExtraTrees Classifier , 2: AAC + PSSM feature based ExtraTrees Classifier, by default 1
-d {1,2}, --display {1,2}
Display: 1:AFP, 2: All peptides, by default 2
-wd WORKING, --working WORKING
Working Directory: Temporary directory to write files
Input File: It allow users to provide input in two format; i) FASTA format (standard) (e.g. seq.fasta)
Output File: Program will save result in CSV format, in case user do not provide output file name, it will be stored in output_result.csv.
Models: In this program, two models have been incorporated;
i) Model1 for predicting given input protein sequence as R protein and non-R proteins using SVC based on amino-acid composition of the proteins;
ii) Model2 for predicting given input peptide/protein sequence as R proteins and non-R protein using Hybrid approach, which is the ensemble of ET + BLAST. It combines the scores generated from machine learning (ET), and BLAST as Hybrid Score, and the prediction is based on Hybrid Score.
PlantDRPpred Package Files
It contain following files, brief description of these files given below
It contains the following files, brief description of these files given below
LICENSE : License information
README.md : This file provide information about this package
model : This folder contains two pickled models
plantdrppred.py : Main python program
possum : This folder contains the program POSSUM, that is used to calculate PSSM features
blastdb : Folder that contains the blast database of training dataset
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 plantdrppred-1.2.tar.gz
.
File metadata
- Download URL: plantdrppred-1.2.tar.gz
- Upload date:
- Size: 61.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9111f0ad028073633d42f3258a2d5085d4b876c4923ec67a2e38e62033fa55b |
|
MD5 | a9f171a04fd0b566b5cfff18390a728a |
|
BLAKE2b-256 | 9ec4d92b360c62f7c79473bb631900b8ecc4bd6a46b5edf8579e396489c0fe17 |
File details
Details for the file plantdrppred-1.2-py3-none-any.whl
.
File metadata
- Download URL: plantdrppred-1.2-py3-none-any.whl
- Upload date:
- Size: 61.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df82ce8d2066a5d264ec71eb59e58f971f2045aafec0ae02f91c902fecf65790 |
|
MD5 | 08d03234149340755bff67f88ef2767e |
|
BLAKE2b-256 | a281e223c5b8d1d55bbf031a65b109f3f3b1c38a66b1ba63a87216357677c44f |