Toolbox for the analysis of smFISH images.
Project description
Big-FISH
Big-FISH is a python package for the analysis of smFISH images. It includes various methods to analyze microscopy images, such spot detection and segmentation of cells and nuclei. The package allows the user represent the extract properties of a cell as coordinates (see figure below). The ultimate goal is to simplify large scale statistical analysis and quantification.
Cell image (smFISH channel) and its coordinates representation |
---|
Installation
Dependencies
Big-FISH requires Python 3.6 or newer. Additionally, it has the following dependencies:
- numpy (== 1.16.0)
- scipy (== 1.4.1)
- scikit-learn (== 0.20.2)
- scikit-image (== 0.14.2)
- matplotlib (== 3.0.2)
- pandas (== 0.24.0)
- mrc (== 0.1.5)
For segmentation purpose, two additional dependencies can be requested:
- tensorflow (== 2.3.0)
- tensorflow-addons (== 0.12.1)
Updated dependencies are not tested yet and might break.
Virtual environment
To avoid dependency conflicts, we recommend the the use of a dedicated virtual or conda environment. In a terminal run the command:
conda create -n bigfish_env python=3.6
source activate bigfish_env
We recommend two options to then install Big-FISH in your virtual environment.
Download the package from PyPi
Use the package manager pip to install Big-FISH. In a terminal run the command:
pip install big-fish
Clone package from Github
Clone the project's Github repository and install it manually with the following commands:
git clone git@github.com:fish-quant/big-fish.git
cd big-fish
pip install .
Usage
Big-FISH provides a toolbox for the full analysis pipeline of smFISH images. A complete documentation is available online.
This package is part of the FISH-Quant framework and several examples are also available as Jupyter notebooks.
Support
If you have any question relative to the repository, please open an issue. You can also contact Arthur Imbert or Florian Mueller.
Roadmap (suggestion)
Version 1.0.0:
- Complete code coverage.
Development
Source code
You can access the latest sources with the commands:
git clone git@github.com:fish-quant/big-fish.git
cd big-fish
git checkout develop
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Testing
Please make sure to update tests as appropriate if you open a pull request. You can install exacts dependencies and specific version of pytest by running the following command:
pip install -r requirements_dev.txt
To perform unitary tests, run :
pytest bigfish
Project details
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
File details
Details for the file big-fish-0.5.0.tar.gz
.
File metadata
- Download URL: big-fish-0.5.0.tar.gz
- Upload date:
- Size: 410.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a547b5a56877e4025845af2e4fe4c9d3ede26dbd293fdc06d465e49408af51b |
|
MD5 | 7a74efe14b53eb5e465e44a938dd47b4 |
|
BLAKE2b-256 | 8883c122d866ddfc4f7a65977c2b993b230630e0809030f122c309860024780a |
File details
Details for the file big_fish-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: big_fish-0.5.0-py3-none-any.whl
- Upload date:
- Size: 111.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcc4d607ac66d702aca875dcd00fb2265a01a75b01f20af7dc4eefed22396155 |
|
MD5 | c44dae840192eb77b71e414d396a16c0 |
|
BLAKE2b-256 | b98af0e53195bea0458dc56a31fcb1a83d79dbebd7e878419812fc81cd292b35 |