Skip to content

Problems with data export from example file #58

@danolson1

Description

@danolson1

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:

  1. 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.
  2. If you have a datatype for absorbance, is there any place to store information about the absorbance wavelength?
  3. 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 requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions