Introduction#
Welcome to the documentation for napari-stress! This ressource provides information, links and examples to navigate and use the functionality of napari-stress, which provides the code for Gross et al. (2021): STRESS, an automated geometrical characterization of deformable particles for in vivo measurements of cell and tissue mechanical stresses.
Contents#
Usage from code: Overview about modular functions in napari-stress and how to use them from code or interactively from the napari viewer. Among others, you’ll find examples for how to use toolbox functions, which bundle up many functionalities of the STRESS workflow in few lines of code.
Interactive usage: If you want to do the analysis in an interactive fashion, you can do so directly in the napari viewer. Again, the provided toolboxes.
Installation#
To install nappari-STRESS in your environment (provided you have Python and napari already installed), simply type this in your command:
pip install napari-stress
For more detailed installation instructions,, hints and some known issues, please refer to the installation section.
Other useful packages#
Some packages can be very helpful in conjunction with napari-STRESS, e.g., for better 3D interactivity, visualization of the results and/or data export. Here are some suggestions:
Napari-threedee: Enhance rendering options in napari with a set of interesting tools for mesh lighting, plane rendering, etc.install type
pip install napari-threedee
.Napari-matplotlib: Visualize results obtained with napari-STRESS directly inside the napari viewer with matplotlib. To install, type
pip install napari-matplotlib
.napari-aicsimageio: Importer library to directly load common file formats into the napari viewer via drag & drop. Note: Depending on the fileformat, you may have to install additional packages (see the documentation for hints on what exactly you need.) To install, type
pip install napari-aicsimageio
.
If you encounter problems during installations, please have a look at the FAQ page.
Acknowledgements#
If you use napari-stress in your research, please check the acknowledgements and citation section on further information.
Issues#
If you encounter any issues during installation, please
browse the FAQ section for known issues
file an issue on github
check out the image.sc forum for help (Please tag @EL_Pollo_Diablo to notify the developers)