Spectra icon indicating copy to clipboard operation
Spectra copied to clipboard

Low level infrastructure to handle MS spectra

Results 38 Spectra issues
Sort by recently updated
recently updated
newest added

https://bioconductor.org/packages/release/bioc/html/rhdf5client.html

enhancement
backends

With a `MsBackendDataFrame` backed object you can concatenate like this and thus add to your object: ```r library(Spectra) spd

This issue was briefly mentioned in #124. I think we need a way to serialise `Spectra` objects. This is trivial for in memory backends - the usual `save()` and `load()`...

This is based on a comment from @mvinaixa: we should make sure we're not calculating the similarity score only on the peaks that match between the compared spectra, but consider...

Besides the possibility to use `binning` to match spectra, another possibility to align/match peaks of two `Spectrum` objects could be the following using bipartitte networks: 1. start with a bipartite...

When I use `matchSpectra()` to match the map, if the number of matches is too large, it will not be drawn when `plotSpectraMirror()` is drawing. Is there any other way...

i am working on storing some MS/MS data in Spectra objects. I was interested in storing the adduct type, so ideally when this is exported to msp or mgf (or...

If needed, add `extractByIndex()` for `MsBackend` implementations in external packages. These packages would then need to depend on Spectra version 1.15.10. This is **only** required if the backend extends `MsBackendCached`....