Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

small-fish-gui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

small-fish-gui

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.

  • 1.7.1
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc