napari_stress
Interactive surface analysis in napari for measuring mechanical stresses in biological tissues
This plugin provides tools for the analysis of surfaces in Napari, such as utilities to determine and refine the surface-representation of objects using a ray-casting approach and calculate the curvature of surfaces. It re-implements code in Napari that was written for Gross et al. (2021): STRESS, an automated geometrical characterization of deformable particles for in vivo measurements of cell and tissue mechanical stresses and has been made open source in this repository.
Usage¶
For documentation on how to use napari-stress both interactively from the napari-viewer or from code, please visit the documentation
Installation¶
Create a new conda environment with the following command. If you have never used conda before, please read this guide first.
conda create -n napari-stress Python=3.9 napari jupyterlab -c conda-forge
conda activate napari-stress
You can then install napari-stress using pip:
pip install napari-stress
Issues¶
To report bugs, request new features or get in touch, please open an issue or tag @EL_Pollo_Diablo
on image.sc.
See also¶
There are other napari plugins with similar / overlapping functionality
Contributing¶
Contributions are very welcome. Tests can be run with pytest, please ensure the coverage at least stays the same before you submit a pull request.
License¶
Distributed under the terms of the BSD-3 license, "napari-stress" is free and open source software
Acknowledgements¶
This project was supported by the Deutsche Forschungsgemeinschaft under Germany’s Excellence Strategy – EXC2068 - Cluster of Excellence "Physics of Life" of TU Dresden.
Supported data:
- Information not submitted
Plugin type:
GitHub activity:
- Stars: 18
- Forks: 4
- Issues + PRs: 46
GitHub activity:
- Stars: 18
- Forks: 4
- Issues + PRs: 46
Requirements:
- dask
- distributed
- joblib
- mpmath
- napari
- napari-process-points-and-surfaces
- napari-segment-blobs-and-things-with-membranes
- napari-tools-menu>=0.1.15
- numpy<1.24.0
- pandas
- pygeodesic
- scikit-image
- scipy>=1.9.0
- seaborn
- tqdm
- vedo>=2023.5.0
- vispy
- deprecation
- bokeh>=3.1.0