JoVE Logo

Sign In

A subscription to JoVE is required to view this content. Sign in or start your free trial.

In This Article

  • Summary
  • Abstract
  • Introduction
  • Protocol
  • Results
  • Discussion
  • Disclosures
  • Acknowledgements
  • Materials
  • References
  • Reprints and Permissions

Summary

Microplate Assistive Pipetting Light Emitter (M.A.P.L.E.) is a computer-driven device that systematically illuminates microtiter wells to provide guidance for the manual preparation of microplates.  M.A.P.L.E. improves the accuracy of microplate preparation while automating data recordkeeping.  In addition, it can assist with examining microplate quality or aid in the detection of errors.   

Abstract

Microplates are commonly used in the modern laboratory environment for a wide variety of tasks both in small-scale laboratory benchtop operations as well as large-scale high-throughput screening (HTS) campaigns. Though laboratory automation has greatly increased the utility of microplates there remain instances where automation-based instrumentation is not feasible, cost-effective or compatible with microplate formatting needs. In these cases, microplates must be manually prepared. Problematic to manual microplate manipulations is that a number of difficulties can arise pertaining to the accurate tracking of sample operations, data record keeping and quality control (QC) inspection for well artifacts or formatting errors. As microplate well densities increase (i.e., 96-well, 384-well, 1536-well) the potential for introducing errors also drastically increases.  Moreover, for small bench-top laboratory operations there exists a need to improve the ease and accuracy of sample handling in a cost-effective fashion. Herein, we describe a system that acts as a semi-automated pipetting guide referred to as the Microplate Assistive Pipetting Light Emitter (M.A.P.L.E.).  M.A.P.L.E. has multiple uses for supporting compound hit-picking and microplate preparation for assay development in high-throughput screening or laboratory benchtop operations, as well as QC/quality assurance (QA) diagnostic evaluation of microplate quality or visualizing well formatting errors.

Introduction

As recently published1, the Lead Identification laboratory at Scripps Research2 has developed and released an open-source illumination panel for microplate preparation referred to as the Microplate Assistive Pipetting Light Emitter (M.A.P.L.E.). Manual preparation of microplates, whether they are made for compound management or bio-assay needs, can be prone to human errors that drastically increase as well density of the microplate increases. In addition, proper recordkeeping and data-logging of microplate content/format is also prone to manual entry errors. In high throughput screening (HTS) automation facilities these issues are mitigated through the use of computer-driven robotic workstations that are integrated with automated database recordkeeping; minimizing manual manipulations and reducing the potential of formatting and data recording errors. However, there remain many instances where automation-based instrumentation is simply not feasible or compatible with microplate formatting needs, requiring manual intervention. Moreover, there is also a need to support small-scale laboratory operations that require compact and cost-effective semi-automated devices to improve their throughput, accuracy and automate data-recordkeeping of microplate preparation.    

While other microplate illumination systems exist, they are proprietary commercial solutions3,4,5,6,7 limited to select microplate formats and their proprietary closed-source nature prevents user-driven modifications that would allow the adaptation these devices for specialized operations.  M.A.P.L.E. was designed to be an inexpensive open-source device, with source code and all design files available for free online8. Users with knowledge of surface mount soldering techniques can assemble their own M.A.P.L.E. devices with the code and design files available on GitHub, or they can modify the provided printed circuit boards (PCBs) designs, 3D print enclosure computer-aided design (CAD) models and code to meet their specific needs. A full list of parts needed to fabricate the light guide PCBs can be found in Supplementary Tables 1 and 2 and further details regarding the design and implementation of the light panels can be found in recently published documentation1. Users who wish to purchase pre-assembled light guide PCBs based off the open-source files can find them listed online9.

M.A.P.L.E. provides the user with an easily controllable illumination panel which has a microplate-based footprint and LED-to-LED spacing matched to Society for Biomolecular Screening (SBS) specifications for microplates10. M.A.P.L.E. was developed to support 96- and 384-well density microplates and allow users to illuminate wells in any desired configuration, color and intensity. These light panels can be used to illuminate microplates for pipetting operations11, to simulate laboratory formatting operations or instruments such as a microplate reader12,13 for educational and demonstration purposes. The open source nature of the project allows users to easily modify the panels, firmware or graphical user interface (GUI) software to support any new desired functionality. Guidance and data recordkeeping are computer-driven and can be integrated with spreadsheets or ported to a database system. Because M.A.P.L.E. is designed to work with plaintext comma delimited files, any spreadsheet or database software that is able to import or export CSV formatted files can be easily extended to work with M.A.P.L.E. Further, the project enclosure which has been designed for this system tilts the microplate towards the user during pipetting operations, increasing ergonomics by providing a more natural posture for the user while at the lab bench. Specific operational features to the M.A.P.L.E. system include: (i) Facilitating compound management efforts in preparing customized plates by illuminating single source well and destination well across microplates for manual pipetting guidance; assisted through a computer script that can be saved as an electronic record post completion. (ii) M.A.P.L.E. can illuminate any number of wells across microplate rows or columns; which is ideally suited for rapid serial dilution guidance or placement of select replicate controls. (iii) M.A.P.L.E. can be used in a demonstration mode to facilitate laboratory training needs or highlight formatting requirements with respect to sample and control placements or dedicated well usage (e.g., edge-effect barrier gap). (iv) M.A.P.L.E. can backlight transparent/translucent wells to allow visualization of artifacts such as precipitation/crystallization, bubbles, well heterogeneity, empty wells; which also allows end-user to easily photograph plate images for documentation needs

Access restricted. Please log in or start a trial to view this content.

Protocol

1. Semiautomated "plate to plate" sample transfer preparation

  1. Generate a CSV file as shown in Figure 1 containing source and destination plates using a spreadsheet editing application. The CSV file that is generated must have the following header columns in the order listed: Source_barcode; Destination_barcode; Source_well; Dest_well; Transfer_volume.   
  2. Under the header columns, make sure to include one row in the CSV file for each desired pipetting operation (i.e., sample transfer) with the following information:
    1. Source_barcode: Alphanumeric barcode of the source microplate, e.g., S1007372; leave blank if no barcode is associated.
    2. Destination_barcode: Alphanumeric barcode of the destination microplate, e.g., D0573282; leave blank if no barcode is associated.
    3. Source_well: Alphanumeric row and column identifier for well to be pipetted out of from source plate, e.g., H10 for row H (8th row), column 10 (ANSI/SLAS standard well designations, e.g., A1, C10…).
    4. Dest_well: Alphanumeric row and column identifier for well to be pipetted out of from destination plate, e.g., A3 for row A (1st row), column 3 (ANSI/SLAS standard well designations, e.g., A1, C10…).
    5. Transfer_volume: Volume to be transferred from source_well in source_barcode to dest_well in destination_barcode (numeric and unitless: typically in µL).
  3. Open the Microplate Assistive Pipetting Light Emitter Plate to plate GUI application, shown in Figure 2, by opening the Light Guide program (Maple-LightGuide.exe).
  4. Click the Select cherrypick file button in the upper left corner of the GUI.
  5. Use the file browser window, shown in Figure 3, to navigate to the CSV file generated in steps 1.1 and 1.2 above and click the Open button. The application will parse the first row of the CSV file and illuminate the corresponding wells in the source and destination plates.
  6. Use the Previous well and Next well buttons, in the upper right corner of the GUI, shown in Figure 4, to traverse the CSV file as desired. The GUI will highlight in grey any rows which have been previously illuminated and highlight in brown the currently active row.
  7. Perform pipetting operations as needed to transfer samples between source well of source plate to destination well of destination plate. An example of a M.A.P.L.E. unassisted hand pipetting operation can be seen in Figure 5, with a comparison of the current user pipetting view seen in Figure 4 and Figure 6. In addition to the user GUI, plate barcodes can be verified via the LCD displays attached to the illumination panels.
  8. Continue until the end of the CSV file is reached via the Next well button. To load a new CSV file, the Select cherrypick file may be clicked at any time. To exit the program the red X at the top right corner of the GUI can be clicked.

2. Multi-well illuminations for parallel transfers and serial dilutions

  1. Open the Microplate Assistive Pipetting Light Emitter 'Serial dilution' application by opening the serial dilution program (Maple-SerialDilution.exe).
  2. Use the GUI, shown in Figure 7 and Figure 8, to specify the desired titration mode (column or row), plate density and start row(s) or column(s). The GUI also allows users to specify a column or row mask to control which LEDs in a given row or column are illuminated. This allows a subset of LEDs in a row or column to be illuminated instead of illuminating the entire row or column.
  3. Use the Next and Previous buttons to step through the rows or columns in sequence from the initial start row or column to the last row or column in the plate. Each time the Next or Previous button is clicked, the light panel will illuminate the corresponding LEDs of the microplate.
  4. Continue until the end of the titration sequence is reached. To exit the program, click the red X at the top right corner of the GUI.

3. Laboratory training: assay development and screening format techniques

  1. Place a 96- or 384-well microplate into the portable light guide. The portable light guide contains a battery and all electronics necessary to be used independently of a computer. This allows the portable lightguide to be used in a handheld mode which can be controlled with built-in pushbuttons to toggle between demonstration modes.
  2. Use the power toggle switch on the portable light guide enclosure to power the system on.
  3. Determine the mode for the portable light guide to be in. By default, the portable light guide will load into the default HTS demo mode which provides users with a visual representation of a typical assay plate as seen in Figure 9. In this mode, one can use the right pushbutton switch at the top of the portable light guide to toggle through the following sample illumination patterns.
    1. All wells illuminated with red color to simulate the reagent dispense of an assay, e.g., (suspended cells in media).
    2. All wells illuminated with a yellow color to simulate dye reagent addition.
    3. First column and last column of wells illuminated green, remaining middle 'sample field' columns illuminated blue to indicate plate being read on microplate reader. Random wells in the sample field will also have green color of varying intensity to represent hits.
  4. To toggle the light guide between HTS demo mode and Titration demo mode, push the left pushbutton switch. Doing so will switch the portable light guide to the Titration demo mode which provides a visual guide to users to understand how titrations can be performed in compound plates. When the light guide enters the Titration demo mode, the following will occur.
    1. All wells in column 3 and 13 are illuminated with yellow color.
    2. Subsequent presses of the rightmost pushbutton switch illuminates columns in sequence, e.g., (4 and 14, 5 and 15, etc.).
    3. When the pushbutton is pressed after columns 12 and 22 are reached, wells in columns 4-12 and 13-22 are illuminated in decreasing intensity of yellow to represent the titration.
  5. To modify the default behavior of the light guide, plug the portable light guide to a computer via a USB cable and follow the detailed instructions for updating the default firmware via the Arduino IDE which can be found on the project GitHub page8. By updating the firmware, you can modify these modes to display other sequences or sets of LEDs.

4. Illumination of artifacts in microplates

  1. Place a 96- or 384-well microplate into the portable light guide.
  2. Switch the light guide to Illumination mode by pressing the leftmost pushbutton switch two times.
    NOTE: An example of the practical use of this mode can be seen in Figure 10 and Figure 11, where compounds have precipitated out of solution and can be observed on the bottom of the microplates. Without backlit illumination, most of the precipitate is invisible to the naked eye, but M.A.P.L.E. backlighting reveals precipitate for user inspection and photographic documentation.
  3. Use the right pushbutton to toggle between a set of predefined colors as needed for the application. The light panel will turn all LEDs on to the following colors in sequence with each push of the right button: red, blue, green, orange, white, violet, yellow and indigo.
  4. As an optional step, use a camera or smartphone to photograph the illuminated plate for recordkeeping or documenting the work.

Access restricted. Please log in or start a trial to view this content.

Results

The M.A.P.L.E. platform is capable of illuminating wells in 96- and 384-well microplates in a variety of user configurable ways, allowing straightforward and independent control of color and light intensity in each well. By helping to reduce opportunities for error in manual pipetting operations, M.A.P.L.E. helps users prepare microplates with increased confidence that each well contains the desired contents. The transfer of samples between plates and the preparation of serial dilution plates, such as the examples seen i...

Access restricted. Please log in or start a trial to view this content.

Discussion

By releasing M.A.P.L.E. as an open-source platform, we have introduced a laboratory tool that provides utility, but can also be easily extended to meet the evolving needs of the end user. Benchtop microplate sample preparation is a common task that is performed in a wide variety of laboratory environments and this task can be demonstrably improved with a technology such as M.A.P.L.E.

The M.A.P.L.E. platform has been specifically engineered with adaptability to future applications in mind. Each...

Access restricted. Please log in or start a trial to view this content.

Disclosures

Authors have no financial interests or conflict of interest with any of the manufactured components suggested in the construction of the M.A.P.L.E. device. Sources presented are strictly for the convenience of the user and any compatible components from alternative sources can be used as needed. 

Acknowledgements

The authors would like to acknowledge Lina DeLuca, Fakhar Singhera, Hannah Williams, Lynn Deng, Osinachi Nwosu and Sarah Wachtman for their assistance in testing the M.A.P.L.E. platform.

Access restricted. Please log in or start a trial to view this content.

Materials

NameCompanyCatalog NumberComments
96 or 384 well microplatehttps://en.wikipedia.org/wiki/Microplate
Microplate Assistive Pipetting Light EmitterOpen sourcehttps://github.com/pierrebaillargeon/Microplate-Assistive-Pipetting-Light-Emitter
Pipettorhttps://www.jove.com/science-education/5033/an-introduction-to-the-micropipettor
SpectrometerOcean OpticsUSB-650 Red Tide

References

  1. Baillargeon, P., et al. Design of Microplate-Compatible Illumination Panels for a Semiautomated Benchtop Pipetting System. SLAS TECHNOLOGY: Translating Life Sciences Innovation. , (2019).
  2. Baillargeon, P., et al. The Scripps Molecular Screening Center and Translational Research Institute. SLAS DISCOVERY: Advancing Life Sciences R&D. 24 (3), 386-397 (2019).
  3. BioSistemika. Pipetting Aid PlatR. , Available from: https://biosistemika.com/products/pipetting-platr/ (2019).
  4. Gilson Trackman Pipetting Tracker. Daigger Scientific. , Available from: https://www.daigger.com/gilson-trackma-pipetting-tracker-i-gsnf70301 (2019).
  5. TRACKMAN Connected US. Gilson. , Available from: https://www.gilson.com/default/systemm-trackman-connected-us.html (2019).
  6. LI-2100LightOne™ Pro. Embi Tec. , Available from: http://embitec.com/li2100-lightone-pro-384-and-96-well.html (2019).
  7. 96 well plate pipette light guide. qit vision. , Available from: https://www.qitvision.com/projects/#Plate (2019).
  8. Microplate Assistive Pipetting Light Emitter GitHub repository. , Available from: https://github.com/pierrebaillargeon/Microplate-Assistive-Pipetting-Light-Emitter (2019).
  9. Maplebear Electronics Tindie store. , Available from: http://maplebearelectronics.com (2019).
  10. Hawker, C. D., Schlank, M. R. Development of Standards for Laboratory Automation. Clinical Chemistry. 46, 746-750 (2000).
  11. General Laboratory Techniques. An Introduction to the Micropipettor. JoVE Science Education Database. , JoVE. Cambridge, MA. (2019).
  12. General Laboratory Techniques. Introduction to the Spectrophotometer. JoVE Science Education Database. , JoVE. Cambridge, MA. (2019).
  13. General Laboratory Techniques. Introduction to the Microplate Reader. JoVE Science Education Database. , JoVE. Cambridge, MA. (2019).

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Explore More Articles

Open SourceMicroplateIllumination PanelsBulk ReagentsManual PipettingEfficiencyPre clinicalClinical SettingsSample Transfer ProcedureCSV FilePipetting OperationsLight Guide ProgramGraphic User InterfaceCompound Inspection

This article has been published

Video Coming Soon

JoVE Logo

Privacy

Terms of Use

Policies

Research

Education

ABOUT JoVE

Copyright © 2025 MyJoVE Corporation. All rights reserved