Skip to content

Materials for the oxford computational biochemistry course including python

License

Notifications You must be signed in to change notification settings

bigginlab/OxCompBio

Repository files navigation

Oxford Computational Biochemistry course

This repository contains the teaching materials for the Oxford Computational Biochemistry course. This two and half day course is aimed at graduate students who have had no prior experience in the area of Computational Biochemistry. It assumes no prior knowledge and only tries to cover basic concepts.

Getting started

In order to participate in these tutorials you will need specific software installations.

To get started, please see the overall setup instructions.

Tutorials

1) Python Binder

A set of jupyter notebooks which aim to teach the basics of python programming assuming no prior knowledge. First introducing core concepts such as variables, loops, conditionals and lists, we eventually demonstrate how molecular structures can be analysed using python libraries such as MDAnalysis and NGLView.

Summary of notebooks

Notebook Colab link
0. Introduction notebook 1
1. Basic Types notebook 2
2. Variables and Comparisons notebook 3
3. Loops notebook 4
4. Conditionals notebook 5
5. Lists notebook 6
6. File Handling notebook 7
7. Functions notebook 8
8. Documentation notebook 9
9. Libraries notebook 10
10. NumPy notebook 11
11. Object Orientated Programming notebook 12
12. Protein Analysis notebook 13
13. Simulation and Analysis notebook 14

Contains a practical tutorial and lecture slides that aim to:

• Introduce the process of homology modelling.

• Summarise the methods for predicting the structure from sequence.

• Describe the individual steps involved in creating and optimising a protein homology model.

• Outline the methods available to evaluate the quality of homology models.

3) Molecular Dynamics

The Molecular Dynamics workshop contents can be obtained from the following dropbox link

A tutorial which aims to teach the basics of molecular docking.

The tutorial contains:

  • Lecture slides introducing the concept of molecular docking.
  • A tutorial which looks at using Autodock Vina to dock small ligands to HIV-1 protease.

Acknowledgements

The Oxford Computational Biochemistry course has been written by several authors over several years. Please see individual tutorials for contributor logs.

Course leader: Professor Syma Khalid

License

The code is released under the BSD-3 license (see LICENSE file) while other content is released under the CC BY-NC 4.0 license (see below).

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.