Skip to content

Files

Latest commit

 

History

History

pymol

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Public PyMol scripts

Welcome to the repository of PyMOl scripts created by the Bio2Byte group!

vub

AlphaFold pLDDT Colorize script

This function will colorize each atom using the default DeepMind AlphaFold pLDDT scale taking the values from the b-factor column stored inside the PDB file.

AlphaFold produces a per-residue confidence score (pLDDT) between 0 and 100. Some regions below 50 pLDDT may be unstructured in isolation.

Once you have run the script, the PyMol command interpreter will print out relevant information from the sequence metadata. For instance:

AlphaFold produces a per-residue confidence score (pLDDT) between 0 and 100. Some regions below 50 pLDDT may be unstructured in isolation.

Very high (pLDDT > 90) = 3844 atoms (57.22%)
Confident (90 > pLDDT > 70) = 1500 atoms (22.33%)
Low (70 > pLDDT > 50) = 387 atoms (5.76%)
Very low (pLDDT < 50) = 987 atoms (14.69%)
Avg. pLDDT = 81.244434

example

How to use it?

  1. Download the script "alphafold_plddt_colorize.py" to your computer:
    1. From the repository on Github, open the file "alphafold_plddt_colorize.py"
    2. Click on "Raw" button to open the file content on your browser
    3. Save the page as "alphafold_plddt_colorize.py". In Windows or Linux using "Ctrl + S" or in OSX (Apple laptops) using "Command + S"
  2. From PyMol, open the script:
    1. From "File" menu, select the option "Run script ..."
    2. Find the script "alphafold_plddt_colorize.py" on your local computer and select it
  3. The script will run automatically the first time
  4. To run it again, from the PyMol command interpreter type: alphafold_plddt_colorize()