Pfeature is a standalone software package for computing wide range of protein and peptides features from their amino acid sequence. It has the following five major modules for computing protein features based on;
- Composition
- Binary profiles
- Evolutionary information
- Structure
- Pattern
We have developed number of forms of Pfeature that include:
- A web server that uses Pfeature functions via web interface from https://webs.iiitd.edu.in/raghava/pfeature
- Standalone version of Pfeature
- Library of python for Pfeature and iv) Python scripts for computing features.
Installation of Pfeature is simple as explained below:
On Microsoft Windows:
- Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
- extract or uncompress the Pfeature.zip
- change directory to Pfeature
- Run the command: python3 setup.py install
On Mac/Linux:
- Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
- unzip the Pfeature.zip
- change directory to Pfeature
- Run the command: python3 setup.py install or sudo python3 setup.py install
On Centos:
- Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
- unzip the Pfeature.zip
- change directory to Pfeature
- Run the command: python3 setup.py install