NuSeT: A Deep Learning Tool for Reliably Separating and Analyzing Crowded Cells
The model was bulit on python3 and tensorflow 1, the following packages are needed for NuSeT to run:
To install all packages, simply run python setup.py in the root directory
NuSeT works better for moderate sized nuclei/cells, please adjust the 'resize ratio' in 'Configuration' section under 'Predicting' module. For optimal nuclei/cells sizes, please refer to images under 'sample_image' folder.
Update: we have noticed that the new OS update on Macbook is conflicting with tkinter graphic user interface, if that is the case, please use the NuSeT_CL (command line version) instead
After finishing installing packages, download the 2 weight files from google drive:(https://drive.google.com/file/d/1fcs1F2lGPX0ejzEGPZ63YNF3AmUbdBcM/view?usp=sharing https://drive.google.com/file/d/1hythQfvD6kbaUClAPY96nHcXB7RXVmBx/view?usp=sharing), move those files to Network/ folder. Then navigate to the root folder of this repo (NuSeT/), in the command line run python3 NuSeT.py.
For the detailed user-guide, please see our paper: https://www.biorxiv.org/content/10.1101/749754v1
Tools for segmenting fluorescent nuclei need to address multiple features and limitations of biological images. Typical issues and limitations include:
1) Boundary assignment ambiguity: biological samples frequently have very high cell density with significant overlap between objects. 2) Signal intensity variation: Within one image, the signal can vary within each nucleus (e.g. due to different compaction states of the DNA in heterochromatin vs. euchromatin) and across nuclei (e.g. due to cell to cell differences in nuclear protein expression levels and differences in staining efficiency). 3) Non-cellular artifacts and contaminants: Fluorescence microscopy samples are often contaminated with auto-fluorescent cell debris as well as non-cellular artifacts. 4) Low signal to noise ratios (SNRs): Low SNRs typically result from lower expression levels of fluorescent targets and/or high background signal, such as sample auto fluorescence.
This work took the advantages of two state-of-the-art cell segmentation models, U-Net and Mask-RCNN. This work also incorporated other algorithms to specifically address issues cell biologists may encounter during imaging. The improvements include:
This work is inspired from https://github.com/tryolabs/luminoth/tree/master/luminoth/models/fasterrcnn, https://github.com/endernewton/tf-faster-rcnn, https://www.kaggle.com/c/data-science-bowl-2018, https://github.com/matterport/Mask_RCNN.
If you like our NuSeT, here is the paper for this work: https://www.biorxiv.org/content/10.1101/749754v1. Please cite this paper if NuSeT helps your work.