Identification#

class pyopenms.Identification#

Bases: object

Cython implementation of _Identification

Original C++ documentation is available here

– Inherits from [‘MetaInfoInterface’]

__init__()#

Overload:

__init__(self) None

Represents a object which can store the information of an analysisXML instance

Overload:

__init__(self, in_0: Identification) None

Methods

__init__

Overload:

addSpectrumIdentification(self, id)

Adds a spectrum identification

clearMetaInfo(self)

Removes all meta values

getCreationDate(self)

Returns the date and time the file was created

getKeys(self, keys)

Fills the given vector with a list of all keys for which a value is set

getMetaValue(self, in_0)

Returns the value corresponding to a string, or

getSpectrumIdentifications(self)

Returns the spectrum identifications stored

isMetaEmpty(self)

Returns if the MetaInfo is empty

metaRegistry(self)

Returns a reference to the MetaInfoRegistry

metaValueExists(self, in_0)

Returns whether an entry with the given name exists

removeMetaValue(self, in_0)

Removes the DataValue corresponding to name if it exists

setCreationDate(self, date)

Sets the date and time the file was written

setMetaValue(self, in_0, in_1)

Sets the DataValue corresponding to a name

setSpectrumIdentifications(self, ids)

Sets the spectrum identifications

addSpectrumIdentification(self, id: SpectrumIdentification) None#

Adds a spectrum identification

clearMetaInfo(self) None#

Removes all meta values

getCreationDate(self) DateTime#

Returns the date and time the file was created

getKeys(self, keys: List[bytes]) None#

Fills the given vector with a list of all keys for which a value is set

getMetaValue(self, in_0: bytes | str | String) int | float | bytes | str | List[int] | List[float] | List[bytes]#

Returns the value corresponding to a string, or

getSpectrumIdentifications(self) List[SpectrumIdentification]#

Returns the spectrum identifications stored

isMetaEmpty(self) bool#

Returns if the MetaInfo is empty

metaRegistry(self) MetaInfoRegistry#

Returns a reference to the MetaInfoRegistry

metaValueExists(self, in_0: bytes | str | String) bool#

Returns whether an entry with the given name exists

removeMetaValue(self, in_0: bytes | str | String) None#

Removes the DataValue corresponding to name if it exists

setCreationDate(self, date: DateTime) None#

Sets the date and time the file was written

setMetaValue(self, in_0: bytes | str | String, in_1: int | float | bytes | str | List[int] | List[float] | List[bytes]) None#

Sets the DataValue corresponding to a name

setSpectrumIdentifications(self, ids: List[SpectrumIdentification]) None#

Sets the spectrum identifications