Profile Collaborations Sitemap News Search Contact
 
 
Modelling of biological tissues and systems
Automated Diagnosis
Bioinformatics
Patient Monitoring Systems
Biomagnetism
   
[Back]
 
Chromosome Image Processing
Chromosome analysis is an essential procedure for detecting genetic abnormalities. Traditionally, cells are classified according to their karyotype, which is a tabular array in which the chromosomes are alligned in pairs. Chromosome images are analyzed by experts to obtain vital information about the health of an individual. Normal cells have 22 pairs of chromosomes and 2 sex determinative (XX: women, XY: men). Abnormal cells may have an excess or a deficit of chromosomes and/or structural defects which depict an exchange of genetic material.

However, manual examination of these images is a laborious and difficult task requiring skilled lab technicians. Many attempts have been made to automate parts of the chromosome image analysis procedure. Our main focus is to establish image processing methods that will provide automated karyotyping making the decision of the expert more objective. More specific, the method that we have already developed can be separated into two main stages:

Segmentation  
This stage aims to define regions (groups of pixels) that share same characteristics such as color. We have used the watershed transform which is a popular segmentation method coming from the field of mathematical morphology.
The description of this transform is quite simple: we must consider the image as a topographical relief, where the height of each point is related to its grey level. Then imagine rain falling on the terrain, the watersheds are the lines that separate the catchment basins that form.
An example of the application of the Watershed Transform to a chromosome image is shown below.


Classification
In this stage we must classify each segmented region into 1-24 categories (1-22, X, Y). We use a region classification method based on the Bayes rule. The result of this stage is a classification map where each segmented region is classified to 1-24 chromosome classes. A map of this type is shown below:



People: Petros Karvelis
 
Useful Links  
  Petros Karvelis http://www.cs.uoi.gr/~pkarvel
Articles in journals:  
[1].
[2].
Articles in conferences:
[1].
[2].
[3].
[4].
[5].
[6].
 
[Back]