All Projects → lowe-lab-ucl → arboretum

lowe-lab-ucl / arboretum

Licence: MIT license
Track and lineage visualization with btrack and Napari

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to arboretum

napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (+18.92%)
Mutual labels:  napari
napari.github.io
website for the napari image viewer
Stars: ✭ 43 (+16.22%)
Mutual labels:  napari
napari-animation
A napari plugin for making animations
Stars: ✭ 32 (-13.51%)
Mutual labels:  napari
brainreg-segment
Segmentation of 3D shapes in a common anatomical space
Stars: ✭ 13 (-64.86%)
Mutual labels:  napari
napari-aicsimageio
Multiple file format reading directly into napari using pure Python
Stars: ✭ 18 (-51.35%)
Mutual labels:  napari
impy
Speed up coding/extending image analysis in Python.
Stars: ✭ 21 (-43.24%)
Mutual labels:  napari
cellpose-napari
napari plugin for cellpose (see www.cellpose.org) - an anatomical segmentation tool
Stars: ✭ 30 (-18.92%)
Mutual labels:  napari

License PyPI Python Version tests codecov

Arboretum

Automated cell tracking and lineage tree reconstruction.

Overview

A dockable widget for Napari for visualizing cell lineage trees.

Features:

  • Lineage tree plot widget
  • Integration with btrack

Usage

Once installed, Arboretum will be visible in the Plugins > Add Dock Widget > napari-arboretum menu in napari. To visualize a lineage tree, (double) click on one of the tracks in a napari Tracks layer.

Examples

You can use the example script to display some sample tracking data in napari and load the arboretum tree viewer:

python ./examples/show_sample_data.py

Alternatively, you can use btrack to generate tracks from your image data. See the example notebook here: https://github.com/quantumjot/BayesianTracker/blob/master/examples


History

This project has changed considerably. The Tracks layer, originally developed for this plugin, is now an official layer type in napari. Read the napari documentation here: https://napari.org/api/napari.layers.Tracks.html

To view the legacy version of this plugin, visit the legacy branch: https://github.com/quantumjot/arboretum/tree/v1-legacy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].