A tool to predict the subcellular localisation of exosomal proteins
Project description
###ExoProPred
A computational approach to predict the subcellular localisation of exosomal proteins using the sequence information of the proteins.
================================================================================
###Introduction
ExoProPred is a web server to predict exosomal proteins based on a hybrid model that combines a machine learning model with a motif-search approach. The models are trained on a dataset comprising 2831 exosomal proteins and 2831 non-exosomal proteins. The performance of the models was evaluated using 5-fold cross-validation. The models were trained on the top 70 best features comprising of composition-based and evolutionary information-based features as well as on hybrid features(Top 70 features + Motif-search) by implementing a random-forest classifier from the scikit library of Python. In the standalone version, a random-forest classifier-based model is implemented along with the motif search using the MERCI tool, named as a hybrid approach.
ExoProPred is also available as a web server at https://webs.iiitd.edu.in/raghava/exopropred. Please read/cite the content about the ExoProPred for complete information, including the algorithm behind the approach.
================================================================================
###Standalone
The Standalone version of exopropred is written in python3, and the following libraries are necessary for the successful run:
- scikit-learn
- Pandas
- Numpy
================================================================================
###nstallation
To install the package, type the following command:
pip install exopropred
================================================================================
###Minimum usage
To know about the available option for the standalone, type the following command:
exopropred -h
================================================================================
###Getting started
To run the example, type the following command:
exopropred. -i example_input.fa
This will predict if the submitted sequences are exosomal proteins or non-exosomal proteins. It will use other parameters by default. It will save the output in "outfile.csv" in CSV (comma-separated variables).
================================================================================
###Full Usage
usage: exopropred [-h] -i INPUT [-o OUTPUT] [-m {1,2}] [-t THRESHOLD] [-d {1,2}]
Please provide the following arguments
Optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input: protein or peptide sequence(s) 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
-m {1,2}, --model {1,2}
Model Type: 1: Composition-based model, 2: Hybrid
Model, by default 1
-t THRESHOLD, --threshold THRESHOLD
Threshold: Value between 0 to 1 by default 0.51
-d {1,2}, --display {1,2}
Display: 1:Exosomal Proteins only, 2: All Proteins, by
default 1
================================================================================
###File descriptions
-
Input File: It allows users to provide input in the FASTA format.
-
Output File: The program will save the results in the CSV format; in case the user does not provide the output file name, it will be stored in "outfile.csv".
-
Threshold: User should provide a threshold between 0 and 1; by default, its 0.51.
-
Model: User is allowed to choose between two different models, such as 1 for the composition-based model and 2 for the hybrid model; by default it's 1.
-
Display type: This option allow users to fetch either only exosomal proteins by choosing option 1 or prediction against all proteins by choosing option 2.
================================================================================
###ExoProPred Package Files
It contains the following files; a brief description of these files is given below
INSTALLATION : Installations instructions
LICENSE : License information
README.md : This file provides information about this package
model.zip : This zipped file contains the compressed version of the model
exopropred.py : Main Python program
MERCI_motif_locator.pl : Perl script for locating motifs using MERCI
swissprot : Swiss-Prot database for calculating PSSM profile
motifs : Folder containing the motif files
extra : Folder containing the Python scripts for PSSM-based composition features
Data : Folder containing the files to calculate the features using Pfeature
example_input.fa : Example file contain peptide sequences in FASTA format
example_composition_model_output.csv : Example output file for composition-based model
example_hybrid_model_output.csv : Example output file for the hybrid model
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 exopropred-1.1.tar.gz
.
File metadata
- Download URL: exopropred-1.1.tar.gz
- Upload date:
- Size: 57.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44ccb01fdba93e96cd91ac2248d3bb32f8e8103dc1572f205dbeae132362d8ee |
|
MD5 | cfbe94b821c1b9e1e7c023ceafe31391 |
|
BLAKE2b-256 | 5f5d1b02d5795c71d7ba8f835ef1c6e6a98580f1f4e9b5e795f55b8bbe66a78b |
File details
Details for the file exopropred-1.1-py3-none-any.whl
.
File metadata
- Download URL: exopropred-1.1-py3-none-any.whl
- Upload date:
- Size: 58.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8265ac1ef9fa7ce6ec462f6d93b42b1a50280933d8e0c2cd9f5d7626d47c536 |
|
MD5 | c10dc3078e7f8b69ce539ec442c19511 |
|
BLAKE2b-256 | 66c2827d18f93c28ebe1879101f4f8e4762682697555350978203832e5f3ebb6 |