Welcome to the Bioinformatics Bootcamp

An introduction to the fundamental philosophy of computational biology, data-driven workflows, and structural reproducible research parameters.

Welcome to computational biology! If you are a medical student, a clinician, or a wet-lab researcher, you are likely here because you have run into a common roadblock: Excel crashed trying to open a genomic spreadsheet, or a reviewer asked you for an analysis your clinical software cannot perform automatically.

This bootcamp is structured specifically to skip the computer science minutiae and hand you the immediate, practical skills required to run exploratory data workflows independently.

Our Core Philosophy

Most intro-to-programming courses are written by software developers to build other software developers. They focus heavily on abstract memory allocation, complex data structures, and building monolithic applications. We don’t do that here. As a biomedical researcher, your relationship with code is entirely different:

  • Your Code is a Lab Notebook: You are not trying to deploy a SaaS platform. Your code is an explicit, step-by-step digital record of how you handled patient metrics or molecular counts. It exists so that another investigator can rerun it and see the exact same numbers.
  • Exploratory Data Analysis Over Architecture: Your primary task is to take static tabular arrays, find biological signals within noise, run models, and convert raw tables into publication-ready figures.

The Spreadsheet Trap

In 2020, the Human Genome Organisation (HUGO) had to completely rename dozens of human genes simply because Microsoft Excel kept auto-converting alphanumeric symbols like MARCH1 into dates (March 1st). Scripting protects your raw data vectors from silent corruption.

Resource Downloads

Practical Assignment

Read the introductory material thoroughly and click through to the next module. Ensure your development machine is turned on and ready for local package compilation in module two.

Lesson Metadata

Duration: 15 mins
Module Scope: Bioinformatics Bootcamp 2026: Computational Thinking for Biomedical Research