TargetedExperiment_Instrument#

class pyopenms.TargetedExperiment_Instrument#

Bases: object

Cython implementation of _TargetedExperiment_Instrument

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: TargetedExperiment_Instrument) None

Methods

__init__

Overload:

addCVTerm(self, term)

consumeCVTerms(self, cv_term_map)

empty(self)

getCVTerms(self)

getKeys(self, keys)

getKeysAsIntegers(self, keys)

getMetaValue

Overload:

hasCVTerm(self, accession)

metaValueExists

Overload:

removeMetaValue

Overload:

replaceCVTerm(self, term)

replaceCVTerms

Overload:

setCVTerms(self, terms)

setMetaValue

Overload:

Attributes

id

addCVTerm(self, term: CVTerm) None#
consumeCVTerms(self, cv_term_map: Dict[bytes, List[CVTerm]]) None#
empty(self) bool#
getCVTerms(self) Dict[bytes, List[CVTerm]]#
getKeys(self, keys: List[bytes]) None#
getKeysAsIntegers(self, keys: List[int]) None#
getMetaValue()#

Overload:

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

Overload:

getMetaValue(self, in_0: bytes | str | String) int | float | bytes | str | List[int] | List[float] | List[bytes]
hasCVTerm(self, accession: bytes | str | String) bool#
id#
metaValueExists()#

Overload:

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

Overload:

metaValueExists(self, in_0: int) bool
removeMetaValue()#

Overload:

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

Overload:

removeMetaValue(self, in_0: int) None
replaceCVTerm(self, term: CVTerm) None#
replaceCVTerms()#

Overload:

replaceCVTerms(self, cv_terms: List[CVTerm], accession: bytes | str | String) None

Overload:

replaceCVTerms(self, cv_term_map: Dict[bytes, List[CVTerm]]) None
setCVTerms(self, terms: List[CVTerm]) None#
setMetaValue()#

Overload:

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

Overload:

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