This repository contains Python implementations of commonly used functions for analyzing protein structures and functions.
To install, run the follow command
conda env create -f environment.yml
Protfun/
│
├── data/
│ ├── raw/
│ └── processed/
│
├── src/
│ ├── structure_analysis/
│ ├── sequence_analysis/
│ ├── function_prediction/
│ ├── visualization/
│ ├── docking/
│ └── dynamics/
│
├── notebooks/
│ ├── data_analysis.ipynb
│ └── structure_analysis.ipynb
│
│
├── environment.yml
├── README.md
└── LICENSE