中文

Sequencing technology · Workflow briefOxford Nanopore · MinION

"How I Sequenced My Genome at Home", set out in full

One Flow Cell and Four Hours of Handwork Buys About 10× Coverage

A whole-genome sequencing run at home on an Oxford Nanopore MinION: about US$1,100 in consumables, roughly four hours of hands-on work, 72 hours end to end, and a single flow cell yielding around 30 Gb — about 10× coverage of a human genome. That is enough to explore common variants but below the 30× usually recommended for clinical-grade interpretation. What follows is the workflow, the costs, and every step where it most easily goes wrong.

  • $1,100variable cost per run
  • 4 hhands-on time
  • 72 hstart to finish
  • ~10×whole-genome coverage, from about 30 Gb of output

This is not a diagnostic procedure

Anything worrying should be taken to a qualified clinician and interpreted from formal test data. None of this may be used for clinical decisions. This is a description of a workflow, not medical advice.

Why Sequence at Home the author's three reasons

  • Curiosity, and the wish to take it apart — treating biology as a system to dismantle and rebuild by hand, the way one might with a Raspberry Pi or a Jetson Nano.
  • Understanding a family risk — the author's family carries a high risk of autoimmune disease, and genomic data might get closer to an answer.
  • Understanding the workflow itself — not just reading a report, but knowing the purpose and failure mode of every step.

How Nanopore Sequencing Works bases recovered from changes in current

  • A flow cell holds about 2,000 protein nanopores. As DNA passes through, the change in current is decoded by a neural network into A, C, G and T.
  • Reads can run to tens of thousands of bases, far beyond the roughly 150 bp of short-read sequencing, which helps greatly with difficult regions and structural variants.
  • One flow cell run for 48 hours produces about 30 Gb. A human genome is about 3.2 Gb, hence roughly 10× coverage.
  • Where the methylation model is supported, 5mC and 5hmC calls are written straight into BAM tags, with no separate library preparation.
  • Clinical-grade variant interpretation generally wants 30× or more; 10× suits a first look at common variants.

Two Ways to Spend One Flow Cell breadth or depth — choose one

MeasureOption A — shallow whole genomeOption B — adaptive sampling
Coverage~10×~30–50× over the target region
ScopeThe whole genomeA specified panel, as a BED file
Suggested target sizeUnder 1% of the genome is ideal
Rare variant detectionNot dependableReasonably confident
Panel design effortNone — no panel neededBED and FASTA must agree
SuitsA broad first look at the genomePharmacogenes, HLA, autoimmune loci

Adaptive sampling works by reading about 500 bases, comparing against the reference, and — if the molecule is off-target — reversing the voltage to eject it, giving the pore's time back to the regions of interest.

Equipment and Consumables what is bought once, and what is spent each run

ItemEstimated costNote
MinION Mk1D~$3,200The sequencer itself, reusable
R10.4.1 flow cell (FLO-MIN114)~$900One per run, single use
SQK-LSK114 ligation kit~$100/rxnLigation-based library preparation
NEBNext Companion Module v2~$55/rxnEnd repair and ligation enzymes
Monarch T3010 gDNA kit~$3/樣本Buccal DNA extraction
Flow cell wash kit~$17/次For a mid-run wash and reload
Sundries~$50LoBind tubes, PBS, ethanol and so on

The true variable cost per run is about US$1,100. Most reagents come in laboratory-scale packaging, so anyone running this once wastes a great deal — the hardest part of the cost to avoid.

Six Steps at the Bench from setup to alignment

  1. 01Set up, check poresat least 800 active
  2. 02Extract DNA~30 min
  3. 03Prepare library~70 min
  4. 04Loadhighest risk
  5. 05Sequence, monitor48 h
  6. 06Basecalland align

Where Library Preparation Goes Wrong five specific failure modes

StepWhat matters
Drying AMPure beadsThirty seconds is enough. Longer and they crack and stick to the tube wall, losing DNA irreversibly.
The second cleanupUse Long Fragment Buffer. Ethanol destroys the motor protein on the adapter.
Enzyme mixesNever vortex. Glycerol-containing enzyme solutions lose activity once they foam; flick to mix instead.
Ligation bufferIt is viscous. Pipette-mix slowly, or it will look mixed while still layered, and ligation efficiency suffers.
A good yield150–450 ng of library in 15 µL; load 12 µL and keep the rest for a reload.

Loading: Air Is the Enemy and three things to watch

The greatest risk is a bubble entering the flow cell. Draw back no more than 30 µL of storage buffer, add liquid slowly, and stop drawing the moment a bubble appears before continuing. Watch ONT's official loading tutorial through before starting.

  • Pore occupancyA decline over time is normal; at 30% or below, do a nuclease wash and reload.
  • ~400 b/sThe normal translocation speed. A sudden drop means the pores are deteriorating.
  • ~4 kbThe typical read-length peak for buccal cells, which reflects DNA fragment quality.

Choosing a Basecalling Model accuracy against speed

ModelPer-base accuracySpeedWhen to use it
HAC~99%Fast enough to run liveThroughout the run
SUP~99.5%Slow — four to five times longer on GPURe-run afterwards over regions of interest
  • minimap2 — align the Nanopore reads to GRCh38.
  • samtools sort, index and flagstat — expect over 95% mapped.
  • mosdepth — depth QC over the target region, confirming the adaptive sampling panel enriched as intended.
  • The resulting aligned.bam supports variant calling, HLA phasing, pharmacogenomic typing, and functional inference with AlphaGenome.
  • For scale: one run produces about 49 GB of pod5, 6 GB of BAM and 1 GB of logs. On an NVIDIA GPU, HAC runs about five times faster and SUP about four.

Who Is This For? and what it will not do

  • Suited to

    three kinds of people

    • Anyone who wants to understand sequencing by doing it, rather than reading a report.
    • Anyone with a specific question about a specific region, who can use adaptive sampling for targeted analysis.
    • Researchers with bench experience who can handle cold chain, QC and data analysis.
  • Limits

    three hard ones

    • Cost: a US$900 flow cell plus the waste from bulk reagents makes a single run expensive.
    • Shallow coverage: one flow cell over a whole genome gives only about 10×.
    • No DNA QC instrument: without a Qubit, troubleshooting is extremely hard.

Conclusion

If the goal is clinical diagnosis or confident detection of rare variants, a single run at home is not the sound route. Its value lies in understanding the process and in targeted exploration — not in replacing a formal test.