Small Fish is a python application for the analysis of smFish images. It provides a ready to use graphical interface to combine famous python packages for cell analysis without any need for coding.
Project description
Small Fish
Small Fish is a python application for the analysis of smFish images. It provides a ready to use graphical interface to combine famous python packages for cell analysis without any need for coding.
Cell segmentation is peformed using cellpose (published work) : https://github.com/MouseLand/cellpose
Spot detection is performed via big-fish (published work) : https://github.com/fish-quant/big-fish
Time stacks are not yet supported.
Installation
It is higly recommanded to create a specific conda or virtual environnement to install small fish.
conda create -n small_fish python=3.8
activate small_fish
Then download the small_fish package :
pip install small_fish
(Recommended) Results visualisation is achieved through Napari which you can install with :
pip install napari[all]
Run Small fish
First activate your python environnement :
activate small_fish
Then launch Small fish :
python -m small_fish
Developpement
Optional features to include in future versions :
- batch processing
- time stack (which would include cell tracking)
- 3D segmentation
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
Hashes for small_fish_gui-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 313b17fdb918ec575b71d8036ce3c40efc80a2d0920cad09d7efe35a94da31de |
|
MD5 | 7fb23f6f311c7f5a11db22407022b0dc |
|
BLAKE2b-256 | 48c0f0803365aa9fb4ab67d617f3ecfc7d2d44ea8643560ef90eb1ab7f8cb5cd |