TargetedExperiment_Interpretation

class pyopenms.TargetedExperiment_Interpretation

Bases: object

Cython implementation of _TargetedExperiment_Interpretation

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: TargetedExperiment_Interpretation) 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

iontype

ordinal

rank

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) Union[int, float, bytes, str, List[int], List[float], List[bytes]]

Overload:

getMetaValue(self, in_0: Union[bytes, str, String]) Union[int, float, bytes, str, List[int], List[float], List[bytes]]
hasCVTerm(self, accession: Union[bytes, str, String]) bool
iontype
metaValueExists()

Overload:

metaValueExists(self, in_0: Union[bytes, str, String]) bool

Overload:

metaValueExists(self, in_0: int) bool
ordinal
rank
removeMetaValue()

Overload:

removeMetaValue(self, in_0: Union[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: Union[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: Union[int, float, bytes, str, List[int], List[float], List[bytes]]) None

Overload:

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