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
Looking at the code of peaksData,MsBackendRawFileReader it looks like you can extract more than just m/z and intensity values from the raw data files. Is that correct?
The text was updated successfully, but these errors were encountered:
Note that we have added an additional parameter columns to the peaksData method (https://github.com/rformassspectrometry/Spectra/blob/master/R/MsBackend.R#L735-L738). This would the user to define which columns/data to retrieve for peaks. The default is c("mz", "intensity") but, depending on the backend, also others could now be supported. As a result a numeric matrix with the additional columns would be returned.
@jorainer#19 seems to be a start. whatsoever here, we use, of course, Spectra::spectraVariables. Possible columns for peaksData could be charge and resolution as displayed in Figure 1.
Looking at the code of
peaksData,MsBackendRawFileReader
it looks like you can extract more than just m/z and intensity values from the raw data files. Is that correct?The text was updated successfully, but these errors were encountered: