Skip to content

A collection of Python functions to analyze protein sequences, structures, and dynamics.

License

Notifications You must be signed in to change notification settings

duynth29/Protfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protfun

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

About

A collection of Python functions to analyze protein sequences, structures, and dynamics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published