om_code.analyseOldTecan.analyseOldTecan#

analyseOldTecan(dfd, rcontents, experiment)[source]#

Extracts data from an imported Excel file generated by a Tecan F200 or M200 plate reader using older Tecan software.

Parameters – dfd: dataframe

Created by importing the data from a file using Panda’s read_excel.

rcontents: dataframe

Created by analyseContentsofWells.

experiment: string

The name of the experiment.

rdict: list of dictionaries

Describes the contents of the plate by experiment, condition, strain, time, and well.

datatypes: list of strings

Delineates all the types of data in the experiment and is minimally [‘OD’].