Skip to content

ProtParam is a computational tool used to analyze various physicochemical properties of proteins based on their amino acid sequence. Using Biopython, we can perform various analysis molecular weight, theoretical isoelectric point, amino acid composition, atomic composition, estimated half-life, instability index, and grand average of hydropathicity

Notifications You must be signed in to change notification settings

BioinfoRhythm/Protparam-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Protein Parameter Analysis with ProtParam

This repository contains a Python script for analyzing protein parameters using Biopython's ProtParam module. The script calculates various physicochemical properties of proteins from a FASTA file and writes the results to an output text file.

Requirements

Python 3.x

Biopython (install via pip install biopython)

Input

Place your protein sequences in a FASTA format file named protein.fasta inside a directory. Run the script: python3 protparam_analysis.py The script will analyze each protein sequence, calculate its parameters, and write the results to protparam_analysis.txt in the directory.

Output

protparam_analysis.txt: Contains the calculated parameters for each protein sequence, including count and percentage of amino acids, molecular weight, aromaticity, isoelectric point, secondary structure fraction, GRAVY value, instability index, and flexibility.

Citation

If you are using the protparam_analysis.py script for your research, please consider citing it as follows: Sharma, R. (2024).protparam_analysis.py. Retrieved from https://github.com/BioinfoRhythm/protparam_analysis.py

Acknowledgments

Biopython developers for providing the ProtParam module.

About

ProtParam is a computational tool used to analyze various physicochemical properties of proteins based on their amino acid sequence. Using Biopython, we can perform various analysis molecular weight, theoretical isoelectric point, amino acid composition, atomic composition, estimated half-life, instability index, and grand average of hydropathicity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages