IBSpectraFile

class pyopenms.IBSpectraFile

Bases: object

Cython implementation of _IBSpectraFile

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Implements the export of consensusmaps into the IBSpectra format used by isobar to load quantification results

Overload:

__init__(self, in_0: IBSpectraFile) None

Methods

__init__

Overload:

store(self, filename, cm)

Writes the contents of the ConsensusMap cm into the file named by filename

store(self, filename: Union[bytes, str, String], cm: ConsensusMap) None

Writes the contents of the ConsensusMap cm into the file named by filename

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)