Activation

class ms_deisotope.data_source.metadata.activation.ActivationInformation(method, energy, data=None)[source]

Describes the dissociation process used to produce an MSn scan.

data

Additional metadata describing the dissociation

Type

dict

energy

The quantity of energy used

Type

float

method

The dissociation method used

Type

DissociationMethod

has_supplemental_dissociation()[source]

Determine if supplemental activation was used

Returns

Return type

bool

is_multiple_dissociation()[source]

Determine if multiple dissociation methods were used.

Returns

Return type

bool

class ms_deisotope.data_source.metadata.activation.MultipleActivationInformation(methods, energies, data=None)[source]

Describes the dissociation processes used to produce an MSn scan with multiple types of activation.

data

Additional metadata describing the dissociation

Type

dict

energies

A list of dissociation energies used. Parallel to methods

Type

list of float

methods

A list of dissociation methods used. Parallel to energies

Type

list of DissociationMethod

has_supplemental_dissociation()[source]

Determine if supplemental activation was used

Returns

Return type

bool

is_multiple_dissociation()[source]

Determine if multiple dissociation methods were used.

Returns

Return type

bool

class ms_deisotope.data_source.metadata.activation.DissociationMethod(name, id, description, category, specialization)[source]

Controlled vocabulary describing a dissociation process

is_supplemental()[source]

Returns whether or not the dissociation process is supplemental

Returns

Return type

bool

ms_deisotope.data_source.metadata.activation.dissociation_methods

These are the recognized dissociation method names derived from the HUPO PSI-MS controlled vocabulary.

Error

Unable to execute python code at activation.rst:18:

‘<’ not supported between instances of ‘DissociationMethod’ and ‘DissociationMethod’