seems we have so far not implemented the MS1DATA and MS2DATA correctly. These should return per definition the peaks (i.e. the m/z and intensity values). As of now we're returning a Spectra. Thus, we must, in these cases (unlike for *) call peaksData.
seems we have so far not implemented the
MS1DATA
andMS2DATA
correctly. These should return per definition the peaks (i.e. the m/z and intensity values). As of now we're returning aSpectra
. Thus, we must, in these cases (unlike for*
) callpeaksData
.