MS data (object)ΒΆ
This is an object for storing, manipulating and visualizing LC-MS data.
The object contains the following attributes:
rawData: AMSExperimentobject (supported bypyopenms).
ms1Data: Ams1Spectrumobject (supported bybago).
ms2Data: Ams2Spectrumobject (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)