bioinformatics
Bioinformatics is what happens when biology meets the computer. A single sequencing run can spit out billions of letters of DNA, far too much to read by eye, so bioinformatics provides the software, algorithms, and databases that turn that raw data into biological meaning.
Typical tasks include assembling short reads into longer sequences, aligning a genome to a reference, calling variants, predicting where genes lie, comparing sequences across species, and storing all of it in searchable databases. Much of modern genetics simply could not function without these computational tools.
Bioinformatics sits at the crossroads of biology, computer science, and statistics, and its quality depends on careful method choices. The same data analyzed with different tools or assumptions can yield different conclusions, so reproducibility and well-documented pipelines matter as much as the biology itself.