Skip to main content
Version: 3.24

ISCN Notation

Introduction

The International System for Human Cytogenetic Nomenclature (ISCN) is a standardized system used to describe chromosomal abnormalities. It is a standardized system developed to describe the banding pattern of human chromosomes as well as any structural variations. ISCN is used by geneticists and researchers to ensure clarity and uniformity when reporting chromosomal abnormalities.

Key Components of ISCN Notation:

  • Chromosome Number: Identifies the chromosome.
  • Arm: Chromosome arms are labeled "p" (short arm) and "q" (long arm).
  • Banding Pattern: Each arm is divided into regions, bands, and sub-bands that are numbered starting from the centromere (central part of the chromosome).

Overview

The provided ISCN notation algorithm processes chromosomal variants and generates ISCN notation by following these steps:

  1. Identify Variant Type: The algorithm recognizes several types of chromosomal variants such as duplications, deletions, copy number gains, and copy number losses.

  2. Locate Cytogenetic Bands: Using the start and end positions of the variant, the algorithm identifies the corresponding cytogenetic bands on the chromosome.

  3. Generate Notation: Constructs the ISCN notation string using the variant type, chromosome number, and identified cytogenetic bands.

Supported Variant Types

The algorithm supports the following variant types:

  • Deletion (del)
  • Duplication (dup)
  • Copy Number Gain (dup)
  • Copy Number Loss (del)

Example

For a deletion on chromosome 8 from position 19200001 to 135400001, the algorithm would:

  1. Recognize the variant type as a deletion.
  2. Identify the start band as p21.3 and the end band as q24.23.
  3. Generate the ISCN notation: del(8)(p21.3q24.23).

More examples:

ChromosomeStart PositionEnd PositionVariant TypeISCN Notation
8119200001deletiondel(8)(p21.3)
8119200001duplicationdup(8)(p21.3)
819200001135400001deletiondel(8)(p21.3q24.23)
819200001135400001duplicationdup(8)(p21.3q24.23)
8127300001131500000duplicationdup(8)(q24.21q24.22)
8127300001131500000copy number gaindup(8)(q24.21q24.22)
8128746677128749160duplicationdup(8)(q24.21q24.21)
8128746677128749160copy number gaindup(8)(q24.21q24.21)
8135400001138900001duplicationdup(8)(q24.23q24.3)
8135400001146364022deletiondel(8)(q24.23)
8135400001145138635duplicationdup(8)(q24.23q24.3)
8135400001138900001copy number lossdel(8)(q24.23q24.3)
8135400001146364022duplicationdup(8)(q24.23)
X86200001103700000copy number lossdel(X)(q21.31q22.2)
X86200001103700000deletiondel(X)(q21.31q22.2)

References