Skip to content
/ spotz Public

A library for quantifying microbial colony growth using time series imaging

Notifications You must be signed in to change notification settings

pmagwene/spotz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffc329f · Aug 5, 2024

History

42 Commits
Sep 20, 2019
Aug 5, 2024
Feb 1, 2024
Jul 21, 2017
Feb 1, 2024
Feb 1, 2024
Feb 2, 2024
Feb 1, 2024
Feb 1, 2024
Aug 5, 2024
Aug 3, 2017
Feb 1, 2024
Feb 1, 2024
Jul 24, 2017
Oct 16, 2017
Feb 2, 2024
Feb 1, 2024
Sep 20, 2019
Feb 1, 2024
Aug 5, 2024
Feb 1, 2024
Oct 14, 2021
Feb 1, 2024
Aug 5, 2024

Repository files navigation

spotz

A library for quantifying microbial colony growth using time series imaging

Requirements

  • Numpy/Scipy/Matplotlib/Pandas-- the standard Python numerical analysis stack

  • scikit-image -- a Python library for image processing

  • peakutils -- a Python library for detecting peaks in 1D data.

  • Click - A Python library for building command-line interfaces

  • toolz -- A functional "standard library" for Python.

  • PyQt5

All of the above are installable via Conda.

Usage

spotz --help will show you the available commands.

Commands:
  drawROI     Define regions of interest (ROIs) on an image, and return...
  equalizer   Use ROI to equalize and image.
  extractROI  Extract regions of interest (ROI) from one or more image...
  gridder     Infer the coordinates of a gridded set of objects in an image.
  segmenter   Segment microbial colonies in an image of a pinned plate.
  showROI     Draw regions of interest defined in a ROI file (json format).
  showmask    Draw labeled objects from segmentation mask over image.
  spotstats   Extract statistics from labeled objects in an image.

Each sub-command has it's own help page as well, e.g. spotz gridder --help will show you the help page for the gridder sub-command.

About

A library for quantifying microbial colony growth using time series imaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published