A simple tool to count chromosomes in the metaphase spreads for mouse and human cells. Allows for manual edition of the segmentation afterwards
This package is intended to run chromosome counting routines after imaging with DAPI staining.
Human and mice chromosome counting is currently supported.
Initial spread images in .tif, .tiff, .jpg, jpeg formats are supported. Images up to 4 Mega pixels are supported. In case you are using a jpeg image as a source, make sure it was compressed with highest quality. Because of image deformation due to compression, the pre-processing is likely to create unlikely patterns. A good way of avoiding this is to save JPEG files with GIMP, while setting compression quality to 100% and smoothing to 1 in advanced parameters.
The application was tested on Windows 7 and should work on all the Windows NT (XP or better) workstations
This package requires the following Python modules:
- PIL
- numpy
- scipy
- matplotlib
- scikit-image
- scikit-learn
- mdp
- kivy
- pygame
- pyamg
An optimal way of doing it on Windows platform is to install the Anacoda Python distribution (available here ) and then to download the lacking modules from Gohlke's Unofficial binaries for Python extensions, namely:
- mdp
- kivy
- pygame
- pyamg
For installation of the application itself, download the package, unzip or untar it, and launch the GUI.py with python: > python GUI.py
-
Start the GUI by launching GUI.py
-
Select the file or folder you would like to process and hit "Preprocess"
2.1 If a file was selected, the pre-processing will only affect this file
2.2 If no file was selected, the pre-processing will scan through the folder and look for all the files with allowed extension (.tif/.tiff/.jpg/.jpeg) and pre-process them all.
-
Inside the folder a "buffer" folder will be created, with subfolders named as selected images. In each subfolder, the original image, segmentation mask and some program-specific data will be saved
NOTE: Depending on the OS and workstation, it might take between 1 to 5 minutes per file. The application progress bar will not move unless a file is pre-processed, so if it looks like your process is hanging, most of the time it is not the case.
-
Once the pre-processing will be finished, you can manually edit the segmentation mask to better fit the reality. As a rule of thumb, all spreads that are easy to count by eye will need no additional post-processing. In case any edition is needed, we recommend using GNU Image Manipulation Program (GIMP) or Windows Paint.
-
Once modifications are made, hit the "Process after correction".
5.1 A "output" folder will be generated in the same location as image, containing all the segmented images with counted chromosomes
5.2 A window will pop allowing you to inspect the segmentation results.
5.3 If the segmentation results are unsatisfactory, edit the corresponding mask in the corresponding buffer folder and re-save it as "EDIT_ME2.tif" file.
In case of problems, please fill in the issue in the issue tracker of the master project on GitHub. We will come back to you ASAP.
GUI:
uncorrected Spread mask
Segmentation without correction
corrected Spread Mask
Clustering with correction
This package tries to imitate the functioning of the human primary visual cortex by switching the initial image into the log-intensity scale, filtering out anything that is on the edges or looks like a unbroken nucleus and then performing a Gabor Transform on the image to recognize the chromosome arms and spaces between the individual chromosomes. Once the process is complete the algorithm performs a clustering by diffusion, avoiding the zone of strongest activation of zones where the Gabor filter recognized the chromosome separating zone and starting from the points with the strongest activation of the chromosome arm recognition. The resulting clusters are then color-coded and returned to the user.
In case of human chromosome, in addition to the normal Gabor filters, an additional, crossed Gabor filter is used to recognize the centromere, provided that on the local level it looks a lot like space between chromosomes.