Summary · Oxford Nanopore, MinION
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.
Context · Principle and strategy · Content 1 / 3
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
| Measure | Option A — shallow whole genome | Option B — adaptive sampling |
|---|---|---|
| Coverage | ~10× | ~30–50× over the target region |
| Scope | The whole genome | A specified panel, as a BED file |
| Suggested target size | — | Under 1% of the genome is ideal |
| Rare variant detection | Not dependable | Reasonably confident |
| Panel design effort | None — no panel needed | BED and FASTA must agree |
| Suits | A broad first look at the genome | Pharmacogenes, 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.
Pivot · Cost and bench work · Content 2 / 3
Equipment and Consumables what is bought once, and what is spent each run
| Item | Estimated cost | Note |
|---|---|---|
| MinION Mk1D | ~$3,200 | The sequencer itself, reusable |
| R10.4.1 flow cell (FLO-MIN114) | ~$900 | One per run, single use |
| SQK-LSK114 ligation kit | ~$100/rxn | Ligation-based library preparation |
| NEBNext Companion Module v2 | ~$55/rxn | End 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 | ~$50 | LoBind 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
- 01Set up, check poresat least 800 active
- 02Extract DNA~30 min
- 03Prepare library~70 min
- 04Loadhighest risk
- 05Sequence, monitor48 h
- 06Basecalland align
Where Library Preparation Goes Wrong five specific failure modes
| Step | What matters |
|---|---|
| Drying AMPure beads | Thirty seconds is enough. Longer and they crack and stick to the tube wall, losing DNA irreversibly. |
| The second cleanup | Use Long Fragment Buffer. Ethanol destroys the motor protein on the adapter. |
| Enzyme mixes | Never vortex. Glycerol-containing enzyme solutions lose activity once they foam; flick to mix instead. |
| Ligation buffer | It is viscous. Pipette-mix slowly, or it will look mixed while still layered, and ligation efficiency suffers. |
| A good yield | 150–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.
Resolution · Analysis and suitability · Content 3 / 3
Choosing a Basecalling Model accuracy against speed
| Model | Per-base accuracy | Speed | When to use it |
|---|---|---|---|
| HAC | ~99% | Fast enough to run live | Throughout the run |
| SUP | ~99.5% | Slow — four to five times longer on GPU | Re-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.bamsupports 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.