{"name":"napari-merge-stardist-masks","display_name":"StarDist OPP","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-merge-stardist-masks.stardist_opp_sample_data","title":"Load sample data for StarDist OPP","python_name":"napari_merge_stardist_masks._sample_data:stardist_opp_sample_data","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-merge-stardist-masks.stardist_opp_widget","title":"StarDist OPP","python_name":"napari_merge_stardist_masks._widget:StarDistOPPWidget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-merge-stardist-masks.stardist_opp_widget","display_name":"StarDist OPP","autogenerate":false}],"sample_data":[{"command":"napari-merge-stardist-masks.stardist_opp_sample_data","key":"unique_id.1","display_name":"StarDist OPP sample data"}],"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-merge-stardist-masks","version":"0.1.1","dynamic":null,"platform":null,"supported_platform":null,"summary":"Segment non-star-convex objects with StarDist by merging masks.","description":"# StarDist OPP napari plugin\n\n[![License BSD-3](https://img.shields.io/pypi/l/napari-merge-stardist-masks.svg?color=green)](https://github.com/gatoniel/napari-merge-stardist-masks/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-merge-stardist-masks.svg?color=green)](https://pypi.org/project/napari-merge-stardist-masks)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-merge-stardist-masks.svg?color=green)](https://python.org)\n[![tests](https://github.com/gatoniel/napari-merge-stardist-masks/workflows/tests/badge.svg)](https://github.com/gatoniel/napari-merge-stardist-masks/actions)\n[![codecov](https://codecov.io/gh/gatoniel/napari-merge-stardist-masks/branch/main/graph/badge.svg)](https://codecov.io/gh/gatoniel/napari-merge-stardist-masks)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-merge-stardist-masks)](https://napari-hub.org/plugins/napari-merge-stardist-masks)\n\nThis is the [napari] plugin for [StarDist OPP]. Checkout our [paper] for more information.\n\n----------------------------------\n\n## Usage\n\nRead the [tutorial] and download pre-trained models from our [Zenodo repository].\n\nIn PowerShell, when you do not have sufficient GPU support, run napari without CUDA support, i.e.,:\n```\n$env:CUDA_VISIBLE_DEVICES=-1; napari\n```\n\n\n## Installation\n\nYou can install `napari-merge-stardist-masks` via [pip]:\n\n pip install napari-merge-stardist-masks\n\n\n\nTo install latest development version :\n\n pip install git+https://github.com/gatoniel/napari-merge-stardist-masks.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"napari-merge-stardist-masks\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n## How to cite\n```bibtex\n@article{https://doi.org/10.1111/mmi.15064,\nauthor = {Jelli, Eric and Ohmura, Takuya and Netter, Niklas and Abt, Martin and Jiménez-Siebert, Eva and Neuhaus, Konstantin and Rode, Daniel K. H. and Nadell, Carey D. and Drescher, Knut},\ntitle = {Single-cell segmentation in bacterial biofilms with an optimized deep learning method enables tracking of cell lineages and measurements of growth rates},\njournal = {Molecular Microbiology},\nvolume = {n/a},\nnumber = {n/a},\npages = {},\nkeywords = {3D segmentation, biofilm, deep learning, image analysis, image cytometry, Vibrio cholerae},\ndoi = {https://doi.org/10.1111/mmi.15064},\nurl = {https://onlinelibrary.wiley.com/doi/abs/10.1111/mmi.15064},\neprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/mmi.15064},\nabstract = {Abstract Bacteria often grow into matrix-encased three-dimensional (3D) biofilm communities, which can be imaged at cellular resolution using confocal microscopy. From these 3D images, measurements of single-cell properties with high spatiotemporal resolution are required to investigate cellular heterogeneity and dynamical processes inside biofilms. However, the required measurements rely on the automated segmentation of bacterial cells in 3D images, which is a technical challenge. To improve the accuracy of single-cell segmentation in 3D biofilms, we first evaluated recent classical and deep learning segmentation algorithms. We then extended StarDist, a state-of-the-art deep learning algorithm, by optimizing the post-processing for bacteria, which resulted in the most accurate segmentation results for biofilms among all investigated algorithms. To generate the large 3D training dataset required for deep learning, we developed an iterative process of automated segmentation followed by semi-manual correction, resulting in >18,000 annotated Vibrio cholerae cells in 3D images. We demonstrate that this large training dataset and the neural network with optimized post-processing yield accurate segmentation results for biofilms of different species and on biofilm images from different microscopes. Finally, we used the accurate single-cell segmentation results to track cell lineages in biofilms and to perform spatiotemporal measurements of single-cell growth rates during biofilm development.}\n}\n```\n\n## Credits\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n[paper]: https://doi.org/10.1111/mmi.15064\n[StarDist OPP]: https://github.com/gatoniel/merge-stardist-masks\n[tutorial]: https://merge-stardist-masks.readthedocs.io/en/latest/napari-plugin.html\n[Zenodo repository]: https://doi.org/10.5281/zenodo.7704410\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/gatoniel/napari-merge-stardist-masks/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/gatoniel/napari-merge-stardist-masks","download_url":null,"author":"Niklas Netter","author_email":"niknett@gmail.com","maintainer":null,"maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 2 - Pre-Alpha","Framework :: napari","Intended Audience :: Developers","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Programming Language :: Python :: 3.10","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["numpy","magicgui","qtpy","importlib-resources","stardist-napari >=2022.7.5","merge-stardist-masks >=0.1.0","tox ; extra == 'testing'","pytest ; extra == 'testing'","pytest-cov ; extra == 'testing'","pytest-qt ; extra == 'testing'","napari ; extra == 'testing'","pyqt5 ; extra == 'testing'"],"requires_python":">=3.8","requires_external":null,"project_url":["Bug Tracker, https://github.com/gatoniel/napari-merge-stardist-masks/issues","Documentation, https://github.com/gatoniel/napari-merge-stardist-masks#README.md","Source Code, https://github.com/gatoniel/napari-merge-stardist-masks","User Support, https://github.com/gatoniel/napari-merge-stardist-masks/issues"],"provides_extra":["testing"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}