- Add man/figures folder to Rbuildignore.
- Add S4Vectors package to Suggests as it's used in the unit tests.
- Prepare and clean package for Bioconductor submission.
- Update README, DESCRIPTION.
- Add support for
"FILTER MS1MZ"
and"FILTER MS2MZ"
.
- Fix
MS1DATA
andMS2DATA
to return only peaks data. - Add support for functions (
scansum
,scaninfo
). - Fix parsing of where part.
- Change from
filterPrecursorMz
tofilterPrecursorMzValues
. - Support
"OR"
in"MS2PREC"
,MS1MZ
,MS2PROD
. - Add
MS1MZ
.
- Add functionality to extract the requested data from a
Spectra
. - Add vignette with first use cases.