Skip to content

Files

Latest commit

60b5b63 · Oct 12, 2022

History

History

PyLib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 20, 2020
Oct 12, 2022
Sep 29, 2020

README.md

Library Package of Pfeature

INTRODUCTION

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

Installation of Pfeature is simple as explained below:

On Microsoft Windows:

  1. Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
  2. extract or uncompress the Pfeature.zip
  3. change directory to Pfeature
  4. Run the command: python3 setup.py install

On Mac/Linux:

  1. Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
  2. unzip the Pfeature.zip
  3. change directory to Pfeature
  4. Run the command: python3 setup.py install or sudo python3 setup.py install

On Centos:

  1. Download Pfeature.zip from https://github.com/raghavagps/Pfeature/blob/master/PyLib/Pfeature.zip
  2. unzip the Pfeature.zip
  3. change directory to Pfeature
  4. Run the command: python3 setup.py install