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
- 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
- methods¶
A list of dissociation methods used. Parallel to
energies
- Type
list
ofDissociationMethod
- class ms_deisotope.data_source.metadata.activation.DissociationMethod(name, id, description, category, specialization)[source]¶
Controlled vocabulary describing a dissociation process
- 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’