The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

EpiCure

epicure

Napari plugin to manually correct epithelia segmentation in movies

Workflow step:
Image annotation
Image segmentation

License BSD-3 PyPI Python Version napari hub DOI

EpiCure logo

Napari plugin to ease manual correction of epithelia segmentation in movies.

To analyse individual cell trajectory from epithelia movies marked for cell-cell junctions, a very precise segmentation and tracking is required. Several tools such as TissuAnalyzer, Epyseg, CellPose or Dist2Net perform very good segmentation (~5% of errors). However, this still implies a high amount of cells to correct manually. EpiCure allows to decrease the burden of this task. Several features are proposed to ease the manual correction of the segmented movies, such as error detection, numerous shortcuts for editing the segmentation, option for tracking, display and measure/export options. EpiCure detect segmentation errors by taking advantage of temporal information. When a correction is done at a given frame, EpiCure relink the track to adjust for the changes.

Documentation in the wiki

![EpiCure interface](https://gitlab.pasteur.fr/gletort/epicure/-/raw/main/imgs/EpiGen.png?raw=True "EpiCure interface")

Installation

Install plugin

To install EpiCure on a fresh python virtual environment, type inside the environement:

pip install epicure

Then launch Napari, and the plugin should be visible in the Plugins list.

If you already have an environment with Napari installed, you can also install it directly in Napari>Plugins>Install/Uninstall plugins

Install code

To have the code to be able to modify it, clone this repository. You can use pip install -e . so that everytime you update the code, the plugin will be updated.

Dependencies

The input files of EpiCure can be already tracked or not. Tracking options are proposed in EpiCure:

  • Laptrack centroids
  • Laptrack overlaps

Usage

Refer to the wiki for documentation of the different steps possible in the pipeline.

References

If you use EpiCure, thank you for citing our work:

EpiCure is not published yet, you can cite it using Zenodo for now: https://doi.org/10.5281/zenodo.13952184

Issues

Issues have been disactivated to avoid spammed issues. To report an issue or ask for development, please contact us directly by email.

This napari plugin was initialized with Cookiecutter using [@napari]'s [cookiecutter-napari-plugin] template.

Version:

  • 0.2.2

Last updated:

  • 20 December 2024

First released:

  • 18 October 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 0
  • Forks: 0
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • napari<=0.4.19
  • numpy
  • magicgui
  • qtpy
  • scikit-image
  • opencv_python_headless
  • roifile
  • xlsxwriter
  • laptrack
  • matplotlib
  • imagecodecs
  • edt