ConsensusXMLFile#
- class pyopenms.ConsensusXMLFile#
Bases:
object
Cython implementation of _ConsensusXMLFile
Original C++ documentation is available here
- __init__(self) None #
Methods
__init__
(self)getOptions
(self)Mutable access to the options for loading/storing
load
(self, in_0, in_1)Loads a consensus map from file and calls updateRanges
store
(self, in_0, in_1)Stores a consensus map to file
- getOptions(self) PeakFileOptions #
Mutable access to the options for loading/storing
- load(self, in_0: bytes | str | String, in_1: ConsensusMap) None #
Loads a consensus map from file and calls updateRanges
- store(self, in_0: bytes | str | String, in_1: ConsensusMap) None #
Stores a consensus map to file