ConsensusXMLFile#
- class pyopenms.ConsensusXMLFile#
Bases:
objectCython implementation of _ConsensusXMLFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1ConsensusXMLFile.html
- __init__()#
Cython signature: void ConsensusXMLFile()
Methods
Cython signature: void ConsensusXMLFile()
Cython signature: PeakFileOptions getOptions() Mutable access to the options for loading/storing
Cython signature: void load(String, ConsensusMap &) Loads a consensus map from file and calls updateRanges
Cython signature: void store(String, ConsensusMap &) Stores a consensus map to file
- getOptions()#
Cython signature: PeakFileOptions getOptions() Mutable access to the options for loading/storing
- load()#
Cython signature: void load(String, ConsensusMap &) Loads a consensus map from file and calls updateRanges
- store()#
Cython signature: void store(String, ConsensusMap &) Stores a consensus map to file