-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
questionFurther information is requestedFurther information is requested
Description
When I import the EnzymeML_Template_Example.xlsm file into an EnzymeMLDocument using pyenzyme, and then try to look at the data, I get a dataframe with the "absorbance" and "concentration" data concatenated on top of each other. I have a couple of questions about this:
- Is this the expected behavior? I would have expected to get a dataframe that roughly corresponded to the input data from the excel template file. In this case, one column for time, and two columns for the pyruvate (species s0) data, one corresponding to concentration, and one to absorbance.
- If you have a datatype for absorbance, is there any place to store information about the absorbance wavelength?
- From an EnzymeMLDocument object, how do I find the data type? I would have expected this information to be accessible from the measurement_dict object.
Regards,
Dan
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested