Find top signals¶
A function in the MSData
class to find the top signals in the MS1.
- findTopSignals(self, parameters)¶
Function to find the top signals in the raw LCMS data.
- Parameters:
parameters – dict. A dictionary containing the parameters for finding the top signals.
To use this function:
# You need a MSData object (d).
d.findTopSignals(parameters)