LapTrack
Project description
Features
Provides a robust particle tracking algorithm using the Linear Assignment Problem, with various cost functions for linking.
See the publication and associated repository for the algorithm and parameter optimization by Ray-Tune.
Requirements
Python >= 3.8 is supported. The software is tested against Python 3.8-3.11 in Ubuntu, and 3.10 in MacOS and Windows environments, but the other combinations should also be fine. Please file an issue if you encounter any problem.
Installation
You can install LapTrack via pip from PyPI:
$ pip install laptrack
In Google Colaboratory, try
$ pip install --upgrade laptrack spacy flask matplotlib
to update the pre-installed packages.
Usage
Please see the Usage for details. The example notebooks are provided in docs/examples.
notebook name |
short description |
Google Colaboratory |
Introducing the package API by a simple example. |
||
Application example: detecting bright spots by scikit-image blob_log and tracking them. |
||
Application example: tracking centroids of the segmented C2C12 cells undergoing divisions. |
||
Illustrates the usage of the ground-truth-preserved tracking with napari. |
||
Illustrates the usage of the custom metric to use segmentation overlaps for tracking. |
The API reference covers the main classes and functions provided by LapTrack.
Contributing
Contributions are very welcome. To learn more, see the Contributor Guide.
License
Distributed under the terms of the The 3-Clause BSD License, LapTrack is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
Credits
This program implements a modified version of the algorithm in the K. Jaqaman et al. (2008).
Inspired by TrackMate a lot. See documentation for its detailed algorithm, the 2016 paper, and the 2021 paper.
The data in docs/examples/napari_interactive_fix_data are generated by cropping images in 10.5281/zenodo.6087728, which is distributed with Creative Commons Attribution 4.0 International.
The data in docs/examples/cell_segmentation_data are generated by cropping and resizing images in https://osf.io/ysaq2/, which is distributed with Creative Commons Attribution 4.0 International. See 10.1038/sdata.2018.237 for details.
The data in docs/examples/overlap_tracking_data is generated by cropping segmentation.npy in https://github.com/NoneqPhysLivingMatterLab/cell_interaction_gnn, which is distributed with Apache License 2.0. See the original paper for details.
The data in docs/examples/3D_tracking_data is generated by resizing iamges in https://bbbc.broadinstitute.org/BBBC050 , which is distributed with Creative Commons Attribution 3.0 Unported License. See 10.1038/s41540-020-00152-8 for details.
This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.
Citation
If you use this program for your research, please cite it and help us build more.
@article{fukai_2022,
title = {{{LapTrack}}: Linear Assignment Particle Tracking with Tunable Metrics},
shorttitle = {{{LapTrack}}},
author = {Fukai, Yohsuke T and Kawaguchi, Kyogo},
year = {2022},
month = dec,
journal = {Bioinformatics},
pages = {btac799},
issn = {1367-4803},
doi = {10.1093/bioinformatics/btac799},
}
@misc{laptrack,
author = {Yohsuke T. Fukai},
title = {laptrack},
year = {2021},
url = {https://doi.org/10.5281/zenodo.5519537},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file laptrack-0.14.0.tar.gz
.
File metadata
- Download URL: laptrack-0.14.0.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157a9a97d56dd57f6bb694ebd40f85c5adfc6b7136f4161b75a197920d3399d3 |
|
MD5 | e92d56ae2a283e67487921f977166da7 |
|
BLAKE2b-256 | 7200cb416f90783b27882a656875fdd18ae511416258146dab4a96a61ab9e433 |
File details
Details for the file laptrack-0.14.0-py3-none-any.whl
.
File metadata
- Download URL: laptrack-0.14.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8638d627d906e0521c8d35923bcd6b08482efc0b3d7953d7ac860b424bada07c |
|
MD5 | 2c82037ce56df3573815a428c05a6fbe |
|
BLAKE2b-256 | fedf4b347b749386b6421fe132217d6883abb3e5d18952059586fc0ec469c520 |