Skip to content

pyDock/AF_pyDock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AF_pyDock

Analysis and Calculation of Model Confidence and pyDock Energy

This repository contains a Jupyter Notebook (analysis_protocol.ipynb) that provides a detailed protocol for the analysis and calculation of Model Confidence and pyDock Energy functions. The notebook is intended for use in structural biology and computational docking studies, where these functions are critical for evaluating the reliability of molecular models.

Table of Contents

Introduction

Model Confidence and pyDock Energy are important metrics in the field of molecular docking and structural biology. Model Confidence helps in assessing the reliability of a predicted structure, while pyDock Energy evaluates the docking energy, providing insights into the stability and feasibility of the docking complex.

This notebook provides a step-by-step protocol for calculating these metrics from the outputs of pyDock, AlphaFold 2, and AlphaFold 3 using Python, with a focus on reproducibility and ease of use.

Requirements

Before running the notebook, ensure you have the following dependencies installed:

  • Python 3.x
  • Jupyter Notebook or JupyterLab
  • NumPy
  • SciPy
  • pyDock
  • Matplotlib

You can install the necessary Python packages using pip:

pip install numpy scipy matplotlib jupyterlab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published