- Add Zenodo doi to citation file and README.
- Version published on https://doi.org/10.5281/zenodo.11210190
- Use R 4.4 and Bioconductor 3.19.
- Use R 4.3 and Bioconductor 3.18.
- Add second example why caching changes is better than saving to database.
- Include feedback and suggestions from Philippine Louail.
- Add new tutorial
Spectra
: an expandable infrastructure to handle mass spectrometry data. - Download MassBank data as an alternative from AnnotationHub.
- Fix mislabeling columns as experimental spectra and rows as MassBank spectra in the spectra similarity matrix (thanks to CSAMA2023 attendee for pointing this out!).
- Use
MsBackendSql
instead ofMsqlBackend
.
- Simplify/clarify description of spectra data processing.
- Add section on the use of the
MsqlBackend
and compare performance toMsBackendMzR
andMsBackendDataFrame
.
- Better describe usage of the alternative SQLite MassBank database file in the two workshops.
- Add citation.
- Adapt to changes in
Spectra
>= 1.5.8: exportspectraVariableMapping
method. - Adapt to changes in
CompoundDb
>= 0.9.6:"target_name"
is available as spectra variable inSpectra
objects returned from aCompDb
database. - Adapt to changes in
MetaboAnnotation
>= 0.99.4: also the ppm error is reported bymatchMz
.
- Remove the
Spectra
object with data from HMDB. - Use a
CompDb
database for HMDB annotations.
- Add additional vignette describing spectra matching with the
MetaboAnnotation
package and integration into anxcms
analysis workflow.
- Version used at the BioC2021 conference.
- Use MassBank release 2021.03.
- Restructure the document and simplify the analysis (reduce to mzML files with 20eV collision energy).
- Use MassBank release 2021.02 and add expand descriptive text.