ChromeleonFile

class pyopenms.ChromeleonFile

Bases: object

Cython implementation of _ChromeleonFile

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Load Chromeleon HPLC text file and save it into a MSExperiment.

Overload:

__init__(self, in_0: ChromeleonFile) None

Methods

__init__

Overload:

load(self, filename, experiment)

Load the file's data and metadata, and save it into a MSExperiment

load(self, filename: Union[bytes, str, String], experiment: MSExperiment) None

Load the file’s data and metadata, and save it into a MSExperiment