IBSpectraFile
- class pyopenms.IBSpectraFile
Bases:
objectCython implementation of _IBSpectraFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1IBSpectraFile.html
- __init__()
Cython signature: void IBSpectraFile() Implements the export of consensusmaps into the IBSpectra format used by isobar to load quantification results
Cython signature: void IBSpectraFile(IBSpectraFile &)
Methods
Cython signature: void IBSpectraFile()
Cython signature: void store(const String & filename, ConsensusMap & cm)
- store()
Cython signature: void store(const String & filename, ConsensusMap & cm)
- Parameters
filename – The name of the file where the contents of cm should be stored
cm – The ConsensusMap that should be exported to filename
- Raises
Exception: InvalidParameter if the ConsensusMap does not hold the result of an isobaric quantification experiment (e.g., itraq)