Omics with Johnson 101

A practical guide to bioinformatics

Author

Johnson

Published

June 5, 2026

Modified

June 19, 2026

Sequencing Physics

Biological Data is Physical Data

Stop running pipelines. Understand the fluorescence, chemistry, and algorithms that shape your signal.

Bioinformatics Algorithms

Open the Computational Black Box

From the Burrows-Wheeler Transform to deep neural networks, master the foundations of genomic AI.

Clinical Translational Genomics

From Bare-Metal to Clinical Practice

Translate raw sequencing reads into reliable, reproducible, and clinically actionable patient insights.

A Core Paradigm for Bioinformatics

  • Principles Over Pipelines: The ultimate asset is not any single programming language or workflow manager, but the physical, mathematical, and statistical fundamentals that govern biological data.
  • No Black Boxes: Every sequence mapping, statistical model, and neural network output rests on concrete physical truths—not default parameters.
  • First-Principles Mastery: Stop simply running tools; start designing experiments by understanding how biological signals are physically captured and mathematically modeled.

The Six Tiers of Mastery

Choose Your Pathway

Biologists

Transition from laboratory protocols to statistical code. Learn the mathematical foundations of biological probability distributions and regression models from the ground up, with biological intuition leading every equation.

Start with Probability (Ch 4)

Computer Scientists

Apply your algorithmic mastery to biological systems. Skip the software tutorials and dive directly into sequencing physics, Burrows-Wheeler alignments, de novo graph assembly, and deep transformer architectures for DNA.

Dive into Sequencing Physics (Ch 7)

Clinicians

Demystify variant calling pipeline designs and reports. Gain the rigorous statistical and clinical context necessary to interpret patient genomes, ACMG variant guidelines, and cancer somatic evolutionary dynamics.

Explore ACMG Interpretation (Ch 28)

Fresh Students

Build a complete structural curriculum. Follow the logical progression tier by tier. Establish computational rigor, master core genomic algorithms, study systems-level biology, and transition into modern clinical applications.

Start from the Beginning (Ch 1)

About This Book

The Philosophical Mandate: First Principles First

Modern biology is a quantitative science. The transition from classical observational biology to high-throughput genomic science has transformed the discipline into one dominated by physical chemistry, algorithmic logic, and statistical inference.

Most tutorials and manuals in bioinformatics focus on the syntax of software tools: how to run a command, which flags to pass, and how to format the input. Omics with Johnson is built on the opposite premise: that software is transient, but the underlying physical and mathematical principles are permanent.

Every chapter in this book begins with a First Principle: the foundational physical or mathematical truth that justifies the existence of the computational methods discussed. We teach:

  • The physics of the measurement instrument (e.g., fluorescence chemistry, electrical current fluctuations) before the data format.

  • The mathematics of the algorithm (e.g., prefix trees, graph theory) before the alignment command.

  • The statistics of the probability distribution (e.g., negative binomial overdispersion, singular value decomposition) before the software package.

By understanding the physics and mathematics first, the student stops being a pipeline operator and becomes a computational architect.

Curriculum Architecture

The book is organized into six progressive tiers spanning 33 chapters, designed to move from hardware and Unix environments to clinical genomics and career dynamics:

  1. Tier 1: Foundations (Chapters 1–6): Covers the physical computing environment, reproducibility infrastructure, programming paradigms, probability distributions, linear algebra, and statistical inference.

  2. Tier 2: Core Omics (Chapters 7–14): Explores sequencing chemistry, sequence alignment algorithms, genome assembly, variant calling models, transcriptomics, epigenomics, metagenomics, and statistical genetics.

  3. Tier 3: High-Resolution (Chapters 15–17): Covers single-cell RNA-seq, trajectory inference, spatial transcriptomics, and cellular coordinate mathematics.

  4. Tier 4: Systems (Chapters 18–22): Discusses networks, mass spectrometry proteomics, multi-omic integration, 3D genomics, and Perturb-seq functional genomics.

  5. Tier 5: AI/ML (Chapters 23–27): Demystifies machine learning fundamentals, tree-based models, neural networks, and generative protein/DNA foundation models.

  6. Tier 6: Clinical (Chapters 28–33): Focuses on clinical variant interpretation, cancer genomics, pathogen epidemiology, clinical pipeline validation, career paths, and unresolved problems.

The Reviewer Mindset

Throughout the chapters, we emphasize the “Reviewer Mindset.” This is the practice of auditing data, questioning defaults, and assuming every published dataset is flawed until it has been independently validated.

We do not teach the reader to accept results blindly. We teach them to locate batch effects, recognize confounding factors, identify mapping ambiguity, and construct rigorous control checks.

Structure of the Chapters

To maintain structural clarity and focus, every chapter adheres to a strict four-part template:

  1. Johnson’s First Principle: The mathematical or physical bottleneck.

  2. Core Concepts: The algorithmic and statistical foundations.

  3. Biological Interpretation: How to translate computational signals into biological insights, including pitfalls and the Reviewer Mindset.

  4. Current Landscape: A quarterly-refreshed review of recent landmark papers and emerging methods.

This book contains no software tutorials or step-by-step labs. Code is included for illustration only, demonstrating production-grade logic and programming design.