createMSDataObject and readMSDataFromFile functions should be made to read Experiment Data from file #269
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we have a function named
createReferenceDataObject which calls readReferenceFile then returns a ReferenceData object.
We don't have an analogous set of functions for the MSData class. We should.
We could then also have an optional field for the number of header rows which would bring us closer to being able to simply read in exported mass spectrometry files.
The text was updated successfully, but these errors were encountered: