DNA MicroArray Image Processing Case Study

バージョン 1.1.0.1 (4.24 MB) 作成者: Robert Bemis
Case study used in Biomedical and Image Processing seminars (highlights algorithm development).
ダウンロード: 10K
更新 2016/9/1

ライセンスの表示

In one type of gene expression analysis, fluorescently tagged messenger RNA from different cells are hybridized to a microscopic array of thousands of complimentary DNA spots that correspond to different genes. Illuminated spots emit different color light, indicating which genes are expressed (e.g., green=control, red=sample, yellow=both).
In this case study, MATLAB, the Image Processing and Signal Processing toolboxes were used to determine the green intensities from a small portion of a microarray image containing 4,800 spots. A 10x10 pattern of spots was detected by averaging rows and columns to produce horizontal and vertical profiles. Periodicity was determined automatically by autocorrelation and used to form an optimal length filter for morphological background removal. A rectangular grid of bounding boxes was defined. Each spot was individually addressed and segmented by thresholding to form a mask. The mask was used to isolate each spot from surrounding background. Individual spot intensity was determined by integrating pixel intensities. Finally, integrated intensities were tabulated and saved to a data file for subsequent statistical analysis to determine which genes matter most.

With the MATLAB code and example image in this package you can follow the steps used for this application.

引用

Robert Bemis (2024). DNA MicroArray Image Processing Case Study (https://www.mathworks.com/matlabcentral/fileexchange/2573-dna-microarray-image-processing-case-study), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersBiomedical Imaging についてさらに検索
謝辞

ヒントを与えたファイル: fuzzy k means clustering

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

R14_MicroarrayImage_CaseStudy/

R14_MicroarrayImage_CaseStudy/html/

バージョン 公開済み リリース ノート
1.1.0.1

Updated license

1.1.0.0

copyright

1.0.0.0

Algorithm more robust. Problem solution more complete by measuring spot intensity for both color planes and computing expression levels. Update also highlights new Publish capabilities of MATLAB 7.