Skip to content

adrtsc/lca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live cell analysis (lca) python tool

This repository contains code for the analysis of 2DT and 3DT live imaging data. Typically, the processing of such data in this framework consists of the following steps:

  1. compression of the images into hdf5 format and illumination correction
  2. segmentation of objects in the images
  3. measurement of features (e.g. morphology features or intensity features) based on the segmentations

For each of these steps, the user will have to define suitable parameters. These parameters are then saved in a settings file that is specific for each experiment and which will be used in the final image processing.

Installation

You will need to install everything on the cluster as well as locally (to do some parameter tuning).

  1. Create a virtual python environment
  2. conda create -n lca python=3.9
    
  3. Activate your virtual python environment
  4. conda activate lca
    
  5. Install lca from github
  6. pip install git+https://github.com/adrtsc/lca.git
    
  7. The tracking in this framework is formulated as a linear assignment problem. To solve this problem we use a very useful Cython implementation of the auction algorithm (https://github.com/OllieBoyne/sslap).
    pip install git+https://github.com/OllieBoyne/sslap.git
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published