MS data (object)ΒΆ
This is an object for storing, manipulating and visualizing LC-MS data.
The object contains the following attributes:
rawData
: AMSExperiment
object (supported bypyopenms
).
ms1Data
: Ams1Spectrum
object (supported bybago
).
ms2Data
: Ams2Spectrum
object (supported bybago
).
sNum
: Number of top signals.
topSignals
: Top signals.
intensityBPC
: Intensities of the base peak chromatogram.
rtBPC
: Retention times of the base peak chromatogram.
sepEff
: Separation efficiency.
Parameters are needed to process the MS data. A templete of the parameters can be accessed by
from bago import bagoMain
print(bagoMain.parametersTemplate)