Skip to content

Statistical Analysis

This section is a working reference for the statistics a bioinformatician actually uses: choosing the right test, checking its assumptions, reading the output with an effect size, and correcting for the thousands of tests genomics throws at you. It covers classical and applied statistics, from descriptive summaries through survival analysis. Statistical learning, such as cross-validation and regularization, is a separate section.

  • R and Python together. Every guide shows both languages in synced tabs. Pick a language once and the whole page follows your choice, and remembers it across pages.
  • Every result is real. All code runs in containers in a companion repository. The numbers and figures you see come from those runs, never from memory. Where a method exists in only one language, such as the Fine-Gray model, only that language is shown.
  • Each guide teaches the decision. When to use a method, its assumptions, how to read the output, and where it fails.