Lab Data Management App User Guide
  • Lab Data Management App
  • Navigation Tree
  • Starting a Workflow
  • Experiment page
  • Integrated Jupyter Notebook Tool
Powered by GitBook
On this page

Experiment page

Description of the functionality of the experiment page

PreviousStarting a WorkflowNextIntegrated Jupyter Notebook Tool

Last updated 11 months ago

The experiment page contains several additional tools for data visualization and analysis.

  1. Generate barcode-file

The experiment page has a tool for creating barcode specifications for the plates. This tool is useful if you need to provide a .csv file with the plate barcode to the Echo device. After specifying details such as barcode-prefix ans the sides of the plate, you can download the .csv file with the barcode specifications.

The generated file will look as follows:

  1. All paltes view

After the measurement data was uploaded, you can see the heatmaps for all the plates at once by clicking on the "Show measurement results" button. The processing might take some time, especially if the number of plates is large. The Smaller map view slider allows you to adjust the size of the heatmaps for better visibility. On the experiment page, the colors are scaled for the entire experiment, so the same color corresponds to the same value on different plates. On an individual plate view, on the other hand, the colors are scaled for this particular plate separately, so the same color can correspond to different values on different plates.

  1. Add a new measurement to the experiment

You can add a new measurement to the experiment by clicking on the "Add measurement" button. This will open the measurement calculator where you can make operations with the existing measurements and create new ones, like, for example, the logarithm of the existing measurement.

  1. Export the experiment data

The Download csv data button allows you to download the data from the experiment in a .csv format. The file will contain the plate barcode, the well barcode, the compound name, and the measurement value.

  1. Generate report

By clicking the Generate report button, you can create a PDF report for the experiment. The report is based upon the Jupyter notebook template which should be previously created in the integrated

Notebook tool.