om_code.analyseSunrise.analyseSunrise#

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

Extracts data from an imported Excel file generated by a Tecan Sunrise plate reader.

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’].