Giter Club home page Giter Club logo

opentrons-colony-counting-picking's Introduction

OpenTrons Hack-A-Tron 2019 Hackathon

May 10 6PM EDT - May 11 6PM EDT

Slack workspace: https://hack-a-tron.slack.com

Invite link

Join the #colony_counting channel.

Colony Counting and Picking

Description

Colony counting and picking functionality for OpenTrons.

Pre-prepped agar plates with visible colonies are loaded onto the OpenTrons deck. Colony location data is uploaded to OpenTrons. After calibration, OpenTrons picks individual colonies using pipettor for processing.

Ideas

Instructions

This repository provides a way to import ImageJ regions of interest (ROI) data into python.

ImageJ outputs ROI data in a binary format. Dylan Muir provides a Matlab script to read binary ROI data to import into Matlab.

We use Octave, an open-source Matlab clone, to convert ROI data from binary to csv format for import into python.

Requirements

  1. Obtain plate image
  2. Run ImageJ Colony Counter on plate image (note location of ROI zip file output)
  3. Edit variables in ColonyROI2csv.m (create DATA_DIR if it doesn't exist)
  4. Import data into python (example):
from colony_roi_import import ColonyROIImportCSV

DATA_DIR = "data"

roi_import = ColonyROIImportCSV(DATA_DIR)

colony_count = roi_import.get_colony_count()
colony_roi_data = roi_import.colony_data()

Colony roi data is a python dictionary:

colony_data = {
	'colony_name': colony_name,
	'roi_data': roi_data,
    }

Where roi_data is a list of (x,y) pixel coordinates for the boundaries drawn around colonies by ImageJ.

Future

  • Create another python file to extend labware functionality interface, e.g. plate.colonies('1')
  • Improve agar_plate.py to use colony interface
  • Use a machine learning algorithm to improve performance of colony detection

opentrons-colony-counting-picking's People

Contributors

jonathanbfriedman avatar jonbenfri avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.