Skip to content

Lab Methods 101

Note: This section explains laboratory methods conceptually. It is not a protocol manual, safety manual, or substitute for local SOPs, biosafety review, clinical validation, or supervision.

TL;DR

Lab methods are the physical and biochemical interfaces between a biological question and a dataset. Omics pages explain data layers; this section explains how those data are produced. The central move is choosing a method that matches the question: DNA sequence, RNA abundance, protein amount, cell phenotype, tissue location, model behavior, or perturbation effect.


Decision tree

If you want to know...Start with...Typical output
Is the sample usable at all?Sample preparation and QCpurity, integrity, viability, batch metadata
Is this DNA/RNA sequence present?PCR, qPCR, dPCRamplicon, Ct/Cq, copies/uL
What is the exact sequence?Sanger, NGS, long-read sequencingFASTQ, BAM/CRAM, VCF
Is this protein present or changed?Western, ELISA, mass spectrometrybands, concentrations, peptide IDs
Which cells are in the sample?Flow cytometry, FACS, CyTOFgated populations, sorted cells, marker matrices
Where is a marker inside tissue?IHC, IF, FISH, RNAscope, spatialstained slides, images, spatial matrices
What happens when biology is perturbed?Organoids, PDX, GEMM, CRISPR screensphenotypes, viability, sgRNA counts, model response

The method stack

StepQuestion
1. Biological questionWhat do we need to know?
2. Sample and preservationWhat material can still answer it?
3. Assay choiceWhich method matches the signal?
4. Wet-lab QCDid the experiment work technically?
5. Raw dataWhat file or measurement was produced?
6. Computational processingHow is noise, bias, and scale handled?
7. InterpretationWhat conclusion is justified?

The most common failure is not a bad algorithm. It is a mismatch between the biological question, sample quality, assay limits, and interpretation.


Crosswalk to computation

Lab objectComputational object
DNA/RNA extractionQC metrics, concentration, integrity
PCR ampliconCt/Cq, melt curve, droplet counts, allele fraction
Sequencing libraryFASTQ, quality scores, index balance
Tissue sectionwhole-slide image, ROI masks, cell coordinates
Flow panelFCS file, compensation matrix, gating strategy
CRISPR screensgRNA count matrix, depletion/enrichment scores

Before choosing a method

Ask these first:

  • What sample state is available: fresh, frozen, FFPE, blood, marrow, effusion, organoid, or cell line?
  • Is the biological signal DNA, RNA, protein, cell state, tissue location, or function?
  • Does the method need viable cells?
  • Is the question targeted or discovery-oriented?
  • Is spatial context required?
  • What minimum QC metric would make the result interpretable?
  • What file type will the computational pipeline receive?

See also

Early public release. Content evolves through continuous review. Questions: [email protected] · CC BY 4.0 where applicable.