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, …
Programming
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 …
Environmental Health Tabular data analysis with R and Tidyverse
R and Tidyverse Tabular Data Analysis I have updated the Tabular data analysis with R and Tidyverse course that analyze environmental health data from National Health and Nutrition Examination Survey (NHANES) a survey research program …
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 …
NCBI-Workshops
Summary The National Center for Biotechnology Information (NCBI) offers events, including workshops hands-on, interactive training sessions. All events are listed on the NCBI Outreach Events page. Workshop recordings and materials remain available after the live …
Data exploration in R with Tidyverse dplyr – part 2 – 10 examples
Summary Part 1 (Sgro (2023)) : was a general overview of the dplyr package for data exploration and manipulation to summarize or extract information from tabular data. Part 2: (This post) provides worked examples while …
Data exploration in R with Tidyverse dplyr – part 1 – overview
Summary Part 1: A general overview of the dplyr package for data exploration and manipulation to summarize or extract information. Part 2: Next post will provide worked examples. 1 Motivation The Biochemistry R Club is following …