IsobaricQuantifier

class pyopenms.IsobaricQuantifier

Bases: object

Cython implementation of _IsobaricQuantifier

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__()

Overload:

__init__(self, in_0: IsobaricQuantifier) None

Overload:

__init__(self, quant_method: ItraqFourPlexQuantitationMethod) None

Overload:

__init__(self, quant_method: ItraqEightPlexQuantitationMethod) None

Overload:

__init__(self, quant_method: TMTSixPlexQuantitationMethod) None

Overload:

__init__(self, quant_method: TMTTenPlexQuantitationMethod) None

Methods

__init__

Overload:

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

quantify(self, consensus_map_in, ...)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

getDefaults(self) Param

Returns the default parameters

getName(self) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

getSubsections(self) List[bytes]
quantify(self, consensus_map_in: ConsensusMap, consensus_map_out: ConsensusMap) None
setName(self, in_0: Union[bytes, str, String]) None

Sets the name

setParameters(self, param: Param) None

Sets the parameters