coloc3D

버전 1.0.0.0 (3.3 KB) 작성자: W. Bryan Smith
Finds, summarizes, and plots (if desired) 2-color colocalization from 3D images.
다운로드 수: 2.7K
업데이트 날짜: 2004/8/18

라이선스 없음

This script allows the user to load 3-D TIFF images, such as those derived from confocal or 2-photon microscopy, into the MATLAB workspace for analysis of colocalization between two images in 3-D. It includes a function <getstacks> that is used for loading the images using the Windows file browser via <uigetfile>.

The script defines the colocalization after thresholding the images by computing the logical AND of the two images. Label matrices are used to define "particles," which typifies the signal seen in cell biology immunolabeling experiments.

A number of useful variables are created that describe the particles and their colocalization, including the number, size, intensity, etc. All the output variables are clearly defined by comments in the code.

인용 양식

W. Bryan Smith (2026). coloc3D (https://kr.mathworks.com/matlabcentral/fileexchange/5694-coloc3d), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Refined, faster version of the same code. Writes a tab-delimited text file containing all the varibales. Multiple runs are appended to the end of the text file.