Spectra
Spectra copied to clipboard
Low level infrastructure to handle MS spectra
```r > library(rpx) > PXD022816 (mzmls sp sp2 length(sp2) [1] 12 ``` ```r spectraData(sp2)[, c("msLevel", "acquisitionNum", "precScanNum", "dataOrigin")] ``` | msLevel| acquisitionNum| precScanNum|dataOrigin | |-------:|--------------:|-----------:|:----------------------------------------------------| | 1| 2479| NA|207e04bccd3dd_QEP2LC6_HeLa_50ng_251120_01-calib.mzML |...
In PR #259, I included a message about mz being sorted. As pointed by @sgibb, we haven't done so in other instances, and I suppose it doesn't bring much anyway...
Hi there! While working with raw LC-IM-MS data (related to https://github.com/sneumann/xcms/pull/647), I've noticed that `pickPeaks` does not correctly centroid the data if no flanking zero values are present. Concretely, it...
DDA MS/MS defines the precursor that was used to trigger the MS/MS event, and defines the precursor mass as the trigger mass. However, every MS/MS event has a mass isolation...
Hi, I'd like to ask if there's currently a way to write out a `Spectra` S4 object, probably initially read as `.mzML` or `.mzXML`, as `.h5`? There doesn't seem to...
This question came up during the review for PR #247 : Should we restrict the `spectraData` and `spectraData
Hi, I was testing the GNPS functionality from MsCoreUtils with `compareSpectra`. However, when I have a lot of MS2 spectra to compare (1603 MS2), it seems that computational limits are...
I would like to down-sample spectra in order to know if I am close to reaching saturation of proteins identified in a sample. First I would like to know if...
It was nice to talk with you at the MetaRbolomics hackathon 2021. The idea of this issue is to allow/detect some fixed mass difference between peaks when joining them. This...
At present `filterPrecursorMz` expects a range of m/z values and keeps all spectra with a precursor m/z within that range. I'm wondering if it would not also be nice to...