You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filterPrecursorMaxIntensity() (see #290) conceptually works as follows:
Group spectra based on a given criterion, here those that have the same precursor MZ,
Group these or filter one of them, here the one with the highest precursor intensity.
This could be generalised with groupSpectra() and summarizedSpectra() functions. But before embarking on something like this, we should rework the documentation (see #288) to clarify which functions would fall under this paradigm.
The text was updated successfully, but these errors were encountered:
If I understood correctly, the idea of the grouping function would that it adds a special spectra variable to the input object with the spectra groups (e.g. a factor). The summarize spectra will then use that grouping to summarize the spectra in each group to a single spectrum.
The
filterPrecursorMaxIntensity()
(see #290) conceptually works as follows:This could be generalised with
groupSpectra()
andsummarizedSpectra()
functions. But before embarking on something like this, we should rework the documentation (see #288) to clarify which functions would fall under this paradigm.The text was updated successfully, but these errors were encountered: