TMTEighteenPlexQuantitationMethod

class pyopenms.TMTEighteenPlexQuantitationMethod

Bases: object

Cython implementation of _TMTEighteenPlexQuantitationMethod

Original C++ documentation is available here

– Inherits from [‘IsobaricQuantitationMethod’]

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: TMTEighteenPlexQuantitationMethod) None

Methods

__init__

Overload:

getChannelInformation(self)

getDefaults(self)

Returns the default parameters

getIsotopeCorrectionMatrix(self)

getName(self)

getNumberOfChannels(self)

getParameters(self)

Returns the parameters

getReferenceChannel(self)

getSubsections(self)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

getChannelInformation(self) List[IsobaricChannelInformation]
getDefaults(self) Param

Returns the default parameters

getIsotopeCorrectionMatrix(self) MatrixDouble
getName(self) Union[bytes, str, String]
getNumberOfChannels(self) int
getParameters(self) Param

Returns the parameters

getReferenceChannel(self) int
getSubsections(self) List[bytes]
setName(self, in_0: Union[bytes, str, String]) None

Sets the name

setParameters(self, param: Param) None

Sets the parameters