This is the standalone page for the AfProPred webserver. The user can run the prediction module provided in the AfProPred web server using these scripts and files on their local machine. This will be available as Python codes with all the necessary models to predict the anti-freezing peptides based on the ML model that used amino acid composition along with PSSM based features for prediction. All the codes, files, and instructions are provided in the GitHub repository of AntiBP3.
Pip is a user-friendly tool that allows you to install and manage Python packages using minimum dependencies and commands. Therefore, for easy accessibility, we have incorporated our tool into the PyPI repository.
The following command is required to install the package:
pip install afpropred
To know about the available option for the pip package, type the following command:
afpropred -h