{"name":"senoquant","display_name":"senoquant","visibility":"public","icon":"","categories":[],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"senoquant.make_widget","title":"SenoQuant","python_name":"senoquant._widget:SenoQuantWidget","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"senoquant.reader","title":"SenoQuant reader","python_name":"senoquant._reader:get_reader","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"senoquant.reader","filename_patterns":["*.1sc","*.2fl","*.acff","*.afi","*.afm","*.aim","*.al3d","*.am","*.amiramesh","*.apl","*.arf","*.avi","*.bin","*.bip","*.bmp","*.btf","*.c01","*.cfg","*.ch5","*.cif","*.cr2","*.crw","*.csv","*.cxd","*.czi","*.dat","*.dcm","*.dib","*.dm2","*.dm3","*.dm4","*.dti","*.dv","*.eps","*.exp","*.fdf","*.fff","*.ffr","*.fits","*.flex","*.fli","*.frm","*.gel","*.gif","*.grey","*.hdf","*.hdr","*.hed","*.his","*.htd","*.html","*.hx","*.i2i","*.ics","*.ids","*.im3","*.img","*.ims","*.inr","*.ipl","*.ipm","*.ipw","*.jp2","*.jpg","*.jpk","*.jpx","*.l2d","*.labels","*.lei","*.lif","*.liff","*.lim","*.lms","*.lsm","*.mdb","*.mnc","*.mng","*.mod","*.mov","*.mrc","*.mrw","*.msr","*.mtb","*.mvd2","*.naf","*.nd","*.nd2","*.ndpi","*.ndpis","*.nef","*.nhdr","*.nii","*.nii.gz","*.nrrd","*.obf","*.obsep","*.oib","*.oif","*.oir","*.ome","*.ome.btf","*.ome.tf2","*.ome.tf8","*.ome.tif","*.ome.tiff","*.ome.xml","*.par","*.pbm","*.pcoraw","*.pcx","*.pds","*.pgm","*.pic","*.pict","*.png","*.pnl","*.ppm","*.pr3","*.psd","*.qptiff","*.r3d","*.raw","*.rcpnl","*.rec","*.scn","*.sdt","*.seq","*.sif","*.sld","*.sm2","*.sm3","*.spc","*.spe","*.spi","*.stk","*.stp","*.svs","*.sxm","*.tf2","*.tf8","*.tfr","*.tga","*.tif","*.tiff","*.tnb","*.top","*.txt","*.v","*.vms","*.vsi","*.vws","*.wat","*.wlz","*.xdce","*.xml","*.xqd","*.xqf","*.xv","*.xys","*.zfp","*.zfr","*.zvi","*.264","*.265","*.3fr","*.3g2","*.a64","*.adp","*.amr","*.amv","*.apng","*.arw","*.asf","*.avc","*.avs","*.avs2","*.bay","*.bif","*.cdg","*.cgi","*.ct","*.dcr","*.dip","*.dng","*.dnxhd","*.dvd","*.erf","*.exr","*.icb","*.if","*.iiq","*.imt","*.ism","*.jfif","*.jif","*.jng","*.mcidas","*.mp4","*.mpo","*.msp","*.pdf","*.ps","*.spider","*.xvthumb","*.zif","*.sldy","*.dir","*.zarr"],"accepts_directories":false}],"writers":null,"widgets":[{"command":"senoquant.make_widget","display_name":"SenoQuant","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.4","name":"senoquant","version":"1.0.0b11.post5","dynamic":["license-file"],"platform":null,"supported_platform":null,"summary":"napari plugin for spatial quantification of senescence markers in tissue imaging","description":"# SenoQuant\n\n![tests](https://github.com/HaamsRee/senoquant/actions/workflows/tests.yml/badge.svg)\n[![PyPI version](https://badge.fury.io/py/senoquant.svg)](https://badge.fury.io/py/senoquant)\n[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n\nSenoQuant is a versatile [napari](https://napari.org/stable/index.html) plugin designed for comprehensive, accurate,\nand unbiased spatial quantification and prediction of senescence markers\nacross diverse tissue contexts.\n\n## Video tutorial\n\nWatch the tutorial for a guided walkthrough of the main workflow:\n\n[![Watch the SenoQuant tutorial](https://img.youtube.com/vi/WIjnY6j8xmI/hqdefault.jpg)](https://www.youtube.com/watch?v=WIjnY6j8xmI)\n\n## Features\n\n- Read microscopy formats via BioIO, including OME-TIFF, OME-ZARR, ND2, LIF, CZI, and more.\n- Segment nuclei and cytoplasm with built-in models, including StarDist, Cellpose SAM, and morphological operations.\n- Detect punctate spots with built-in detectors.\n- Run prediction models for senescence-associated feature maps in a dedicated Prediction tab (includes `demo_model` placeholder).\n- Discover and download compatible SenNet datasets from the SenNet Portal tab.\n- Quantify marker intensity, morphology, spot counts, and spot colocalization.\n- Generate visualization outputs from quantification tables (Spatial Plot, UMAP, Double Expression, and Neighborhood Enrichment).\n- Run batch workflows across folders with multi-scene support.\n- Save/load reusable Segmentation, Spots, and Batch settings for reproducibility.\n\n## Installation\n\n### Installer (recommended - please also use Google Chrome to download)\n\n#### Windows\n\nDownload the Windows installer (`.exe`) from the [latest release](https://github.com/HaamsRee/senoquant/releases/latest) under \"Assets.\"\n\n#### macOS\n\nDownload the macOS installer (`.pkg`) from the [latest release](https://github.com/HaamsRee/senoquant/releases/latest) under \"Assets.\"\n\n#### Linux\n\nInstaller support for Linux is under construction.\n\n> **Note 1:** The installer may trigger security warnings on macOS and Windows (especially when using Microsoft Edge). This is expected for open-source software distributed outside of official app stores. Follow the system prompts to allow installation. On Windows, you may need to click \"More info\" and then \"Run anyway\" on the warning popup. On macOS, when you see the warning that \"Apple could not verify...,\" click \"Done\" to dismiss, then go to System Settings > Privacy & Security and click \"Open Anyway\" for the SenoQuant installer.\n\n> **Note 2:** In some corporate environments, security policies may block the installer's access to folders or the Internet. If you encounter issues, try running the installer with administrator privileges (right-click > \"Run as administrator\" on Windows) and ensure that your firewall allows the installer to access the Internet to download dependencies.\n\n### Manual installation\n\nFor conda/pip/uv setup, see the [developer installation guide](https://haamsree.github.io/senoquant/developer/installation/).\n\n## Quick start\n\nUse the documentation workflow for the most up-to-date instructions.\n\n- Start with the [installation guide](https://haamsree.github.io/senoquant/user/installation/).\n- Follow the [quick start guide](https://haamsree.github.io/senoquant/user/quickstart/).\n- Then use tab-specific guides for [SenNet Portal](https://haamsree.github.io/senoquant/user/sennet-portal/), [segmentation](https://haamsree.github.io/senoquant/user/segmentation/), [spots](https://haamsree.github.io/senoquant/user/spots/), [prediction](https://haamsree.github.io/senoquant/user/prediction/), [quantification](https://haamsree.github.io/senoquant/user/quantification/), [visualization](https://haamsree.github.io/senoquant/user/visualization/), [batch](https://haamsree.github.io/senoquant/user/batch/), and [settings](https://haamsree.github.io/senoquant/user/settings/).\n\n## Documentation\n\nFull documentation is available at [https://haamsree.github.io/senoquant/](https://haamsree.github.io/senoquant/).\n\n- [Installation guide](https://haamsree.github.io/senoquant/user/installation/).\n- [Quick start tutorial](https://haamsree.github.io/senoquant/user/quickstart/).\n- [Segmentation models](https://haamsree.github.io/senoquant/user/segmentation/).\n- [Spot detection](https://haamsree.github.io/senoquant/user/spots/).\n- [Prediction tab](https://haamsree.github.io/senoquant/user/prediction/).\n- [SenNet Portal tab](https://haamsree.github.io/senoquant/user/sennet-portal/).\n- [Quantification features](https://haamsree.github.io/senoquant/user/quantification/).\n- [Visualization tab](https://haamsree.github.io/senoquant/user/visualization/).\n- [Batch processing](https://haamsree.github.io/senoquant/user/batch/).\n- [Settings persistence](https://haamsree.github.io/senoquant/user/settings/).\n- [Prediction model development](https://haamsree.github.io/senoquant/developer/prediction/).\n- [API reference](https://haamsree.github.io/senoquant/api/).\n\n## Development\n\nSee the [contributing guide](https://haamsree.github.io/senoquant/developer/contributing/) for development setup instructions.\n\n## How to cite\n\nIf you use SenoQuant in your research, please cite it using the metadata in `CITATION.cff`.\n\nOn GitHub, open the repository page and click `Cite this repository` in the right sidebar to copy a formatted citation.\n\n## Acknowledgements\n\nSenoQuant builds on and integrates excellent open-source projects.\n\n- [napari](https://napari.org/).\n- [StarDist](https://github.com/stardist/stardist).\n- [Cellpose](https://github.com/MouseLand/cellpose).\n- [U-FISH](https://github.com/UFISH-Team/U-FISH).\n- [BioIO](https://github.com/bioio-devs/bioio).\n","description_content_type":"text/markdown","keywords":"napari,plugin,senescence,quantification,microscopy,image analysis,segmentation,spot detection","home_page":null,"download_url":null,"author":"SenoQuant Contributors","author_email":null,"maintainer":"SenoQuant Contributors","maintainer_email":null,"license":"BSD-3-Clause","classifier":["Development Status :: 4 - Beta","Framework :: napari","Intended Audience :: Science/Research","License :: OSI Approved :: BSD License","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Topic :: Scientific/Engineering :: Bio-Informatics","Topic :: Scientific/Engineering :: Image Processing"],"requires_dist":["bioio>=3.2.0","bioio-bioformats>=1.3.0","bioio-czi>=2.4.2","bioio-dv>=1.2.0","bioio-imageio>=1.3.0","bioio-lif>=1.4.0","bioio-nd2>=1.6.0","bioio-ome-tiff>=1.4.0","bioio-ome-zarr>=3.2.1","bioio-sldy>=1.4.0","bioio-tifffile>=1.3.0","scyjava>=1.12.0","numpy<=1.26.4,>=1.23","pandas>=2.0","cellpose==4.0.8","onnx>=1.16","onnxruntime>=1.21.0; platform_system == \"Darwin\"","onnxruntime-gpu>=1.21.0; platform_system != \"Darwin\"","openpyxl>=3.1","huggingface_hub>=0.23.0","scikit-image<0.25,>=0.22","PyWavelets>=1.5","scipy>=1.8","senoquant-stardist-ext>=0.1.1","dask[array]>=2024.4","dask[distributed]>=2024.4","fsspec>=2024.4","smbprotocol>=1.13","matplotlib>=3.8","umap-learn>=0.5","igraph>=0.11","leidenalg>=0.10","jsonschema>=3.2","pathvalidate>=3.2","zarr>=3","globus-cli>=3.1.4","atlas-consortia-clt>=1.0.4","napari[all]; extra == \"all\"","bioio>=3.2.0; extra == \"all\"","bioio-bioformats>=1.3.0; extra == \"all\"","bioio-czi>=2.4.2; extra == \"all\"","bioio-dv>=1.2.0; extra == \"all\"","bioio-imageio>=1.3.0; extra == \"all\"","bioio-lif>=1.4.0; extra == \"all\"","bioio-nd2>=1.6.0; extra == \"all\"","bioio-ome-tiff>=1.4.0; extra == \"all\"","bioio-ome-zarr>=3.2.1; extra == \"all\"","bioio-sldy>=1.4.0; extra == \"all\"","bioio-tifffile>=1.3.0; extra == \"all\"","scyjava>=1.12.0; extra == \"all\"","numpy<=1.26.4,>=1.23; extra == \"all\"","pandas>=2.0; extra == \"all\"","cellpose==4.0.8; extra == \"all\"","onnx>=1.16; extra == \"all\"","onnxruntime>=1.21.0; platform_system == \"Darwin\" and extra == \"all\"","onnxruntime-gpu>=1.21.0; platform_system != \"Darwin\" and extra == \"all\"","openpyxl>=3.1; extra == \"all\"","huggingface_hub>=0.23.0; extra == \"all\"","scikit-image<0.25,>=0.22; extra == \"all\"","PyWavelets>=1.5; extra == \"all\"","scipy>=1.8; extra == \"all\"","senoquant-stardist-ext>=0.1.1; extra == \"all\"","dask[array]>=2024.4; extra == \"all\"","dask[distributed]>=2024.4; extra == \"all\"","fsspec>=2024.4; extra == \"all\"","smbprotocol>=1.13; extra == \"all\"","matplotlib>=3.8; extra == \"all\"","umap-learn>=0.5; extra == \"all\"","igraph>=0.11; extra == \"all\"","leidenalg>=0.10; extra == \"all\"","jsonschema>=3.2; extra == \"all\"","pathvalidate>=3.2; extra == \"all\"","zarr>=3; extra == \"all\"","globus-cli>=3.1.4; extra == \"all\"","atlas-consortia-clt>=1.0.4; extra == \"all\""],"requires_python":">=3.11","requires_external":null,"project_url":["Homepage, https://github.com/HaamsRee/senoquant","Documentation, https://haamsree.github.io/senoquant/","Repository, https://github.com/HaamsRee/senoquant","Bug Tracker, https://github.com/HaamsRee/senoquant/issues"],"provides_extra":["all"],"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}