Summary This post is a summary of installation of AlphaFold2 onto a Macintosh with an M1 style (arm64) computer chip (i.e. not an Intel/AMD Chip.) This post started with the blog post Installing Alphafold2 on …
biochemistry
Augmented Reality of Molecules – episode 1
What is Augmented Reality? Augmented Reality (AR) is an exciting technology that overlays virtual elements on top of the real world, allowing for a unique and immersive user experience. The Apple AR platform only uses …
3D Molecular Structures Analysis with NCBI iCn3D
NCBI tutorial: iCn3D hands-on workshop “I see in 3D” (iCn3D) Structure Viewer is not only a web-based 3D viewer, but also a structure analysis tool interactively or in the batch mode […] – (Longer description.) …
PyMOL Stereo viewing
PyMOL Stereo viewing PyMOL can display stereo in many ways. Unless special equipment is available, the method is to split the PyMOL 3D view area in two with the command stereo on (and stereo …
Python for the Life Sciences – A Gentle Introduction
Summary This book will be used to learn Python in workshop settings. For Biologists, Life Scientists There are many books, even free books, with the objective to teach Python or other programming languages. I previously …
PyMOL resources, books and references
NOTE: this post becoming too long, its content is now moved and updated on the page: PyMOL Resoruces PyMOL resources Summary This post provides resources on PyMOL What is PyMOL and how to get it …
Visual introduction to CryoEM
Cryo-Electron Microscopy Cryogenic electron microscopy (cryo-EM) is a cryomicroscopy technique applied on samples cooled to cryogenic temperatures (i.e. very cold!.) For biological specimens, the structure is preserved by embedding in an environment of vitreous ice. …
1to3 and 3to1 peptide sequence conversion
Summary 1. How to easily convert a string of character to appear one character per line> Either of: echo “abcdefg” | fold -w1 echo “abcdefg” | grep -o . 2. How to convert amino acid …
AlphaFold – run from ChimeraX
The new ChimeraX menu “Tools > Structure Prediction > AlphaFold” provides a simple interface to run AlphaFold2 Colab that does not require the user to know how to use a Jupyter Notebook.
AlphaFold code
DeepMind and Google have created a method to access the code on GitHub. All the details to install AlphaFold locally are on the “readme” page, visible on the lower portion of the GitHub page ColabFold (See my Blog: Google colab is a free cloud notebook environment).