Synthetic

How Do Geneticists Indicate The Location Of A Gene?

Geneticists use indexing and maps to describe the location of a particular gene on a chromosome.

One type of map uses the cytogenetic location to describe a gene’s position. The cytogenetic location is based on a distinctive pattern of bands created when chromosomes are stained with certain chemicals. Another type of map uses the molecular location, a precise description of a gene’s position on a chromosome. The molecular location is based on the sequence of DNA building blocks (base pairs) that make up the chromosome.

Indexing is at the core for a lot of different methods for analyzing genomic sequencing data and methods that solve the read alignment problem. And some of the recent advances in read alignment have related to how we can manage to fit the genome into a relatively compact index so that it can fit in memory but also remain available for quick searching. Much of Google’s success as an Internet company was based on its ability to index the Internet and make it easy to search.

Here is what a simple Boyer-Moore code base looks like in Python:

The Boyer-Moore algorithm can be used for exact alignment of a sequencing read to a reference genome.

Cytogenetic location

Geneticists use a standardized way of describing a gene’s cytogenetic location. In most cases, the location describes the position of a particular band on a stained chromosome:

17q12

It can also be written as a range of bands, if less is known about the exact location:

17q12-q21

The combination of numbers and letters provide a gene’s “address” on a chromosome. This address is made up of several parts:

Sometimes, the abbreviations “cen” or “ter” are also used to describe a gene’s cytogenetic location. “Cen” indicates that the gene is very close to the centromere. For example, 16pcen refers to the short arm of chromosome 16 near the centromere. “Ter” stands for terminus, which indicates that the gene is very close to the end of the p or q arm. For example, 14qter refers to the tip of the long arm of chromosome 14. (“Tel” is also sometimes used to describe a gene’s location. “Tel” stands for telomeres, which are at the ends of each chromosome. The abbreviations “tel” and “ter” refer to the same location.)

Credit: U.S. National Library of Medicine

Molecular location

The Human Genome Project, an international research effort completed in 2003, determined the sequence of base pairs for each human chromosome. This sequence information allows researchers to provide a more specific address than the cytogenetic location for many genes. A gene’s molecular address pinpoints the location of that gene in terms of base pairs. It describes the gene’s precise position on a chromosome and indicates the size of the gene. Knowing the molecular location also allows researchers to determine exactly how far a gene is from other genes on the same chromosome.

Source: U.S. National Library of Medicine

How Do Geneticists Indicate The Location Of A Gene? was last modified: September 7th, 2020 by Staff