Skip to content

Pipeline to assist in understanding sub-cellular events in large 4-D, 3-channel lattice light sheet

Notifications You must be signed in to change notification settings

Mdanishnadeem/LLSM-CME-ANALYSIS

Repository files navigation

3-D Time-Series Microscopy Image Analysis

Pipeline for time-series microscopy data on Clathrin-Mediated Endocytosis

main gif

subplots averaged_plots

Overview:

This project aims to analyze the dynamics of clathrin-mediated endocytosis, with a specific focus on the roles played by dynamin and actin across various membrane domains (apical, basal, and lateral). The dataset comprises 3D time-series data acquired using lattice light sheet microscopy (LLSM) coupled with fluorescence techniques.

One of the main goals of the project is to handle massive LLSM movies in real time. To achieve this, the project utilizes Zarr for dynamic memory usage and parallel processing to improve processing speeds and efficiency.

Furthermore, this endeavor seeks to elucidate the distinct roles of proteins such as dynamin and actin in orchestrating endocytic events across the diverse membrane landscapes.

Lastly, an interactive dashboard has been developed to assist with viewing raw tracks (2-D projections) and features of each track for all channels. This tool aids in manually identifying valid tracks, thereby enhancing the accuracy and reliability of the analysis.

Installation:

Ensure conda is installed before running the following steps. Details for installation can be found here

git clone git@github.com:MatsulabUW/LLSM-CME-ANALYSIS.git
conda create --name cme_pipeline python==3.10
conda activate cme_pipeline 
cd LLSM-CME-ANALYSIS
pip install -r requirements.txt

If you do not have ssh configured you can download the repository using https

git clone https://github.com/MatsulabUW/LLSM-CME-ANALYSIS.git
conda create --name cme_pipeline python==3.10
conda activate cme_pipeline 
cd LLSM-CME-ANALYSIS
pip install -r requirements.txt

Dashboard:

Dashboard allows the user to interact with tracks using different parameters

The user can do the following:

  1. Select types of track (e.g. Channel 1 and Channel 3 positive)

  2. Select the membrane region of the track (e.g. Apical)

  3. Select the track number available from the above filtering criterion

    a. Select track number from dropdown

    b. Go back and forth from the prev and next buttons

  4. Select the type of 2-D projection for the 3-D image

    a. Maximum Intensity Projection

    b. Max Z Slice (Z slice with max pixel sum)

    c. Total Z Sum (Sum across Z slices)

  5. View intensity over time plot from the following options

    a. Gaussian Peaks

    b. Adjusted Voxel Sum (Adjusted for local background)

    c. Voxel Sum

    d. Peak Pixel Value

  6. Select track as good or bad and also provide details for why a track is bad

  7. On the second page detailed track stats and 3-D graph for track movement can be seen

dashboard_home dashbord_second

Main Functions:

The src folder contains all the source code for this project. You can explore this folder to gain a more detailed understanding of the project's implementation.

Feel free to browse through the files and directories to learn more about how the project works.

How to Run:

A detailed guide for the entire project and steps involved can be found in manual

Acknowledgements:

This project takes assistance from the following:

  1. Pylattice
  2. LapTrack
  3. Napari
  4. Dash & Plotly

About

Pipeline to assist in understanding sub-cellular events in large 4-D, 3-channel lattice light sheet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published