ConsensusXMLFile

class pyopenms.ConsensusXMLFile

Bases: object

Cython implementation of _ConsensusXMLFile

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1ConsensusXMLFile.html

__init__()

Cython signature: void ConsensusXMLFile()

Methods

__init__

Cython signature: void ConsensusXMLFile()

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

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