Skip to content

takano2050/BloodVesselAnalysis

Repository files navigation

BloodVesselAnalysis

This project provides a workflow of extracting changes in blood vessel diameter captured by two-photon microscopy. Blood Vessels are visualized through fluorescence dyes such as dextran-conjugated fluorescein.


The first program (BloodV10.exe) analyzes a time-series movie of a blood vessel. The program identifies the blood vessel within a region of interest (ROI) and draws multiple cross-sectional lines that are perpendicular to the centerline of the vessel. It then generates kymographs, time series of line profiles. Some of the movies are heavily affected by a brain motion and images become out-of-focus. To exclude those events, we implemented a method to characterize degree of focus shift of the movie. We measure edge sharpness of ROI for each time point and saves the focus measure along with the kymographs.


The second program (KymoHT6.exe) analyzes the kymograph generated by BloodV10 (or any kymographs in .tif format). It first applies spatial smoothing filter (default 7x1 pixels, or choice of mxn filter). Note that the filtering in y-direction smoothed out the fluctuation due to motion artifacts caused by brain movement, hear beat, or respiratory cycle. The program applies auto contrast algorithm (or two-Gaussian fit to intensity histogram) to create binary profiles of kymographs. The width of the binarized kymographs at each raw (time points) are measured (in pixels) and recorded and exported. In order to evaluate the out-of-focus condition caused by brain motion, the data points that had focus measure shifts (above/below 30%) were excluded in the analysis.


Source codes for BloodV10 and KymoHT6 are available as MATLAB GUI format (BloodV10.m and BloodV10.fig; Analyzekymogph2020HT5.m and Analyzekymogph2020HT5.fig).


MontageViewer.exe and corresponding MATLAB codes (MontageViewer.m and MontageViewer.fig) are for an additional program to display time-series movie in montage snapshot.

 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages