This repository contains all the information you need to get up and running with imaging using the multipad agarose plate (MAP).
- CAD information and instructions for building the MAP.
- Detailed protocol for loading the pads with agar, including code and setup instructions for doing so using the Opentrons OT-2 pipetting robot.
- Example of how to use the PadImaging package we developed to analyse sample images from our agar pad imaging captured on the MAP platform. There are three notebooks, one outlining how to compress z-stacks, one outlining how to segment the images and one outlining how to segment and extract the data from time-series of images.
- Clone this repository.
- Make a Python virtual environment.
- Install the requirements with
pip install -r requirements.txtinto that environment. - Open one of the Jupyter Notebooks to see how this can be used. Get started right away with example images included in this repository.