Book Image

Bioinformatics with Python Cookbook

By : Tiago R Antao, Tiago Antao
Book Image

Bioinformatics with Python Cookbook

By: Tiago R Antao, Tiago Antao

Overview of this book

Table of Contents (16 chapters)
Bioinformatics with Python Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Using the Protein Data Bank

In this chapter, we will cover the following recipes:

  • Finding a protein in multiple databases

  • Introducing Bio.PDB

  • Extracting more information from a PDB file

  • Computing molecular distances on a PDB file

  • Performing geometric operations

  • Implementing a basic PDB parser

  • Animating with PyMol

  • Parsing mmCIF files with Biopython