Metabonaut 1.6
Changes in 1.6.2
- Fix Docker image to lock packages installed from GitHub to a specific commit/version: MsIO (0.0.17), RmzTabM (0.99.1), RuSirius (1.0.4).
- Use SpectriPy from Bioconductor 3.23 release branch.
- Update installation and usage descriptions.
- Fix typos and formatting errors in the Using and Creating Metabolomics Data Annotation Resources and expand some textual passages.
- Fix typos and expand descriptions in the LC-MS/MS Data Annotation using R and Python vignette.
- Fix typos, format and reformulate some descriptions in the mzTab-M file format: import-export of mzTab-M 2.1 files from SummarizedExperiment.
- Fix typos and small formatting issues in the Normalization and feature selection with the notame package vignette.
- Remove comments and complete partial sentences in the Dataset investigation: What to do when you get your data vignette.
- Remove unfinished/placeholder sections from the Dataset Investigation and End-to-End vignettes.
- Point the README to the versioned docker image tag, consistent with the installation instructions.
Metabonaut 1.5
Changes in 1.5.1
- Update the SpectriPy tutorial vignette to the current matchms API: the
ModifiedCosinesimilarity was renamed toModifiedCosineGreedy(tested with matchms 0.33.1). This is a pure renaming, the implementation was already greedy; the vignette now also mentions the exactModifiedCosineHungarianalternative.
Metabonaut 1.3
Changes in 1.3.2
- Add export for GNPS2 integration to main vignette.
- Add summary plot for peakpicking results in main vignette.
Metabonaut 1.2
Metabonaut 1.1
Changes in 1.1.2
- Adding authors that have contributed to specific method/vignettes to the respective vignette’s header.
- Update README.md to add the link to SpectriPy vignette.
- fix ORCID in description so it gets recognize as an ORCID.
Changes in 1.1.1
- Update docker to skip installation of R packages and caching of data files for the root user.
- Fix GHA to properly install all Python libraries during
library(SpectriPy).
Metabonaut 0.0
Changes in 0.0.7
- Fix typo and cut-off for MS2 annotation.
- Updated figure numbering.
- Added acknowledgment to community.
- added a figure in retention time alignment vignette.
Changes in 0.0.6
- Moving The PercentMissing filtering at the end of the pre-processing steps as it needs to be done before normalization.
- Addition of collapsing code to improve readability.
- Reduction of table size
Changes in 0.0.5
- Require MsIO version 0.0.8 to allow reading of stored
MsBackendMetaboLightsobjects. - Small updates and changes to the Seamless Alignment vignette:
- simplify import of previously stored result object
- avoid using the variable name
paramfor every parameter object
Changes in 0.0.4
- Required alabaster.se.
- In the end-to-end vignette:
- Removal of Spectra data in depth visualisation to move to the Data investigation vignette
- Removal of internal standard matching to features in the Normalization part.
- Save an load lcms1 and res object from the end-to-end workflow to be used in the Seamless Alignment vignette. Using MsIO and alabaster.se
