Updated for 2022W semester and on. This tutorial takes at least two one-hour dry lab sessions. In 2023W semester, each dry lab session is 1.5 hours.
This section includes links to websites that are useful for protein analysis that can be used in the final project.
- SOV calculation
- Prediction servers still up and running
- APSSP
- JPred
- Porter
- PSIPred
- Proteus
- SSpro
- PHD
- Consensus SS prediciton, including GOR 4, PHD
- Predictprotein
- Threading pDOMThreader
- The link also includes Structural Modelling using
Domserf
,DMPfold
,BioSerf
- The link also includes Structural Modelling using
- RaptorX: automatic, handles long sequences
- SWISS-Model building homology model
- Rossetta Foldit
- The impact of AlphaFold2 one year on, UWindsor students can request a copy through the Racer system
- ColabFold developed by the Steinegger group.
- The Jupyter Notebook version of AlphaFold2 on Google Colab
Calculation of secondary structure using dssp
.
- update the content in a Ubuntu terminal:
cd ~/bioc4010; git pull
- enter the
tut4
folder:cd tut4
- run
dssp 1UBQ.pdb
to calculate SS of the ubiquitin structure (PDB code: 1UBQ) - if you want to download and calculate another structure, use a script under
tut4
namedgetpdb.sh
. To use the script, make sure it is executable by typingls -l
in the tut4 folder and check whether it has a permission of-rwxr--r--
. If there is no "x" (meaning executable) in the permission, typechmod u+x getpdb.sh
first to make it executable. Then when in thetut4
folder, run./getpdb.sh 2r2o
will download the strucuture cooridnate for pdb item 2R2O, and the FASTA format file from RCSB. After downloading the pdb file, you can rundssp 2R2O.pdb
to calculate the secondary structures of 2R2O.
You can get an educational version from PyMOL.org and install it on your own laptop for Molecular Graphics. For this tutorial, the PyMOL has already been installed in the Virtual Machine. First download and read the Molecular Graphics using PyMOL instructions and undertstand the background and the tasks. You have to save the PyMOL instruction file by clicking right-button and save it. And open it using Microsoft Word. Or if you clicked the link, then you should click the "view raw" in the openned page to save the file for viewing in Microsoft Word.
- Launch of the program: type
pymol
in the terminal. - Get familiar with the PyMOL interface and knows how to manipulate a molecule.
- Follow the instructions in the above document and finish all the tasks.
- Try run
dss
command in PyMOL when a structure is loaded and shown incartoon
mode. - Finish assignment #12 posted on BrightSpace.
- Read and follow the instructions of the Jupyter Notebook version of AlphaFold2 on Google Colab
- Predict the structure of the sequence in the
fish.9x.ubl.fa
file, which is the putative ubiquitin-like domain of zebrafish Usp9X protein. - Calculate the sequence identity of the putative UBL domain of the zebrafish Usp9x with human Usp9x
- Choose the structure ranked number #1, compare with predicted structure with that of PDB 5VBD, align the two structures in PyMOL, describe any difference you see and explain why a high sequence identity does not yield an identical structure.
Hint: When you download the structure of PDB 5VBD, download from the RCSB database and choose the Biological Assembly 2 from the database, which contains two copies of the molecules. The experimentally determined structure is a domain-swapped dimer in the solution.
- Convert the PyMOL guide into markdown format
- Add instructions for using PyMOL to store a session, and different scenes, exporting figures.