All Projects → Jhsmit → ColiCoords

Jhsmit / ColiCoords

Licence: MIT license
Single-cell fluorescence microscopy data analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ColiCoords

ThreeDeconv.jl
A convex 3D deconvolution algorithm for low photon count fluorescence imaging
Stars: ✭ 28 (+27.27%)
Mutual labels:  microscopy, fluorescence-microscopy-imaging
sparse-deconv-py
Official Python implementation of the 'Sparse deconvolution'-v0.3.0
Stars: ✭ 18 (-18.18%)
Mutual labels:  microscopy, fluorescence-microscopy-imaging
MiM NikonTi
Config and scripts used to run a Nikon Eclipse Ti in the vanNimwegen lab.
Stars: ✭ 16 (-27.27%)
Mutual labels:  microscopy
NanoJ-Fluidics
Manual, source-code and binaries for the NanoJ-Fluidics project
Stars: ✭ 47 (+113.64%)
Mutual labels:  microscopy
LLSpy
Lattice light-sheet post-processing utility.
Stars: ✭ 19 (-13.64%)
Mutual labels:  microscopy
axondeepseg
Axon/Myelin segmentation using Deep Learning
Stars: ✭ 102 (+363.64%)
Mutual labels:  microscopy
GPim
Gaussian processes and Bayesian optimization for images and hyperspectral data
Stars: ✭ 29 (+31.82%)
Mutual labels:  microscopy
segmentation
Code for my master's thesis. Instance segmentation of fluorescence microscopy images with deep learning.
Stars: ✭ 38 (+72.73%)
Mutual labels:  microscopy
DeconvolutionLab2
Java (ImageJ/Fiji) software package for 3D deconvolution microscopy
Stars: ✭ 29 (+31.82%)
Mutual labels:  microscopy
napari-aicsimageio
Multiple file format reading directly into napari using pure Python
Stars: ✭ 18 (-18.18%)
Mutual labels:  microscopy
flika
An interactive image processing program for biologists written in Python.
Stars: ✭ 20 (-9.09%)
Mutual labels:  microscopy
cellfinder
Automated 3D cell detection and registration of whole-brain images
Stars: ✭ 122 (+454.55%)
Mutual labels:  microscopy
micromanager-samples
Python samples for Micro-Manager: image acquisition and microscope control system
Stars: ✭ 19 (-13.64%)
Mutual labels:  microscopy
bg-atlasapi
A lightweight python module to interact with atlases for systems neuroscience
Stars: ✭ 54 (+145.45%)
Mutual labels:  microscopy
odemis
Open Delmic Microscope Software
Stars: ✭ 32 (+45.45%)
Mutual labels:  microscopy
remote refocus
A scientific publication, describing a way to improve microscopy. This repository hosts everything you need to reproduce our results. Read the publication here: https://andrewgyork.github.io/remote_refocus/
Stars: ✭ 13 (-40.91%)
Mutual labels:  microscopy
atomai
Deep and Machine Learning for Microscopy
Stars: ✭ 77 (+250%)
Mutual labels:  microscopy
OAD
Collection of tools and scripts useful to automate microscopy workflows in ZEN Blue using Python and Open Application Development tools and AI tools.
Stars: ✭ 90 (+309.09%)
Mutual labels:  microscopy
simple sim fusion demo
Simple demo of structured illumination microscopy image fusion via Richardson-Lucy deconvolution
Stars: ✭ 13 (-40.91%)
Mutual labels:  microscopy
Scripts
🔬🍸 Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
Stars: ✭ 18 (-18.18%)
Mutual labels:  microscopy

test_action Documentation Status binder codecov license doi

image

Documentation

PLOS One Paper

BioRxiv Paper

Paper code

Project Goals

ColiCoords is a python project for analysis of fluorescence microscopy data from rodlike cells. The project is aimed to be an open, well documented platform where users can easily share data through compact hdf5 files and analysis pipelines in the form of Jupyter notebooks.

Installation

ColiCoords is available on PyPi and Conda Forge. Currently, python >= 3.6 is required.

Installation by Conda.:

conda install -c conda-forge colicoords

For installation via PyPi a C++ compiler is required for installing the dependency mahotas. Alternatively, mahotas can be installed separately from Conda.

To install ColiCoords from pypi:

pip install colicoords

Although ColiCoords features automated testing, there are likely to be bugs. Users are encouraged to report them via the Issues page on GitHub.

Contact: [email protected]

Examples

Several examples of ColiCoords usage can be found in the examples directory.

pipeline

Citation

If you you use ColiCoords (or any modified version) for scientific publication or other purposes, please cite:

Smit, J. H., Li, Y., Warszawik, E. M., Herrmann, A. & Cordes, T. ColiCoords: A Python package for the analysis of bacterial fluorescence microscopy data. PLOS ONE 14, e0217524 (2019).

If you use the CNN module please also cite:

Falk, T. et al. U-Net: deep learning for cell counting, detection, and morphometry. Nat Methods 16, 67–70 (2019).

Acknowledgement

ColiCoords up to v0.1.4 was developed by Jochem Smit within ongoing projects of the Cordes Lab. The project was financed until 01-08-2018 by an ERC Starting Grant (No. 638536 - SM-IMPORT to Thorben Cordes) and an ERC Advanced Grant (No. 694610 - SUPRABIOTICS to Andreas Herrmann).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].