EDTAFile#

class pyopenms.EDTAFile#

Bases: object

Cython implementation of _EDTAFile

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: EDTAFile) None

Methods

__init__

Overload:

load(self, filename, consensus_map)

store

Overload:

load(self, filename: bytes | str | String, consensus_map: ConsensusMap) None#
store()#

Overload:

store(self, filename: bytes | str | String, map: FeatureMap) None

Overload:

store(self, filename: bytes | str | String, map: ConsensusMap) None