Summary Workshop Series available on Campus on R and Python. (For more details see further below.) – Biochem – Social Science Computing Cooperative (SSCC) – UW Libraries – SSteenbock Library Workshops – Computational Biology, Ecology, …
Python
No GUI PyMOL – computing distances for thousands of PDB files from Rosetta
Summary We run a script to compute the distance between 2 atoms in a series of PDB files with identical molecules in different conformations and save the distance results into a plain text file. No …
Python NumPy 2.0 incompatibilities
Summary The new Numpy 2.0 is not compatible with many other packages, as I discovered after many lost hours. The final Docker images can be downloaded from alleleanalyzer. NumPy in a Docker I was interested …
PyMOL and Biological Units from REMARK 350
Summary Compute biological assembly from coordinates with a python script. Symmetry X-ray crystallography solved the mathematical problem to provide 3D (cartesian) coordinates but the resulting “asymmetric unit cell” does not necessarily represent the biological structure. …
Rosetta Ligand Docking – Help with Docker
Summary Combine software and scripts on Docker and local macOS computer (Intel amd64 or arm64 Silicon Chip M series) to follow successfully the Rosetta tutorial Ligand Docking with a G-Protein Coupled Receptor. This method will …
POSE: build, manipulate, mutate, L, D, protein molecular structures
Summary Pose is a Python library for building and manipulating protein molecular structures. Builds with L- and D- amino acids or a mixture; can open existing PDB structures. Computes many molecular properties. Pose Library Pose …
R and Python workshops on Campus – Winter 2024
Summary Workshop Series available on Campus on R and Python: – Biochem – Social Science Computing Cooperative (SSCC) – UW Libraries – SSteenbock Library Workshops – Computational Biology, Ecology, & Evolution (ComBEE) Study Groups …
Foundational concepts to understand AI: free online curricula
Summary Alignment Course is an online curriculum that provides materials in a useful order to learn fundamentals. The Governance Course offers similar material at the beginning, but then moves towards governance (regulations etc.). Within the first …
Faster image creation in PyMOL: Shortcuts and Docker
Summary PyMOL command scripts are available natively and within Docker images. PyMOL Scripts PyMOL offers a very easy-to-use graphical user interface (GUI) to manipulate loaded molecule, and alter the appearance and coloring options. However, while …
Five ways to run AlphaFold
What is AlphaFold AlphaFold can accurately predict 3D models of protein structures by providing an amino acid sequence. (Ref: Deep Mind.) The AlphaFold network directly predicts the 3D coordinates of all heavy atoms for a …