Proteomics is the study of proteins, including their function and structure. One of the main objectives of this field is to characterize the 3D structure of proteins. One of the most widely known computational resources in the proteomics field is the Protein Data Bank (PDB), a repository with structural data of large biomolecules. Of course, there are also many databases that focus instead on protein primary structure; these are somewhat similar to the genomic databases that we saw in Chapter 2, Next-Generation Sequencing.
In this chapter, we will mostly focus on processing data from the PDB. We will look at how to parse PDB files, perform some geometric computations, and visualize molecules. We will use the old PDB file format because, conceptually, it allows you to perform most necessary operations in a stable environment. Having said that, the newer mmCIF...