om_code.analyseTecan.analyseTecan
om_code.analyseTecan.analyseTecan#
- analyseTecan(dfd, rcontents, experiment)[source]#
Extracts data from an imported Excel file generated by a Tecan F200 or M200 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.
- Returns
- ——
- 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’].