- Addition of libary(knitr) in end-to-end workflow.
- Addition of a new vignette depicting a large scale processing using xcms. Due to its size, this is added as a pre-computed vignette to prevent re-knitting as much as possible.
- Docker image now based on the stable version of Bioconductor (3.21) instead of devel.
- 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.
- 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).
- Add a vignette for combined R/Python data analysis using reticulate and SpectriPy.
- Addition of a devel branch to the repository to maintain a stable version.
- Minor fixes of DESCRIPTION and .yml
- Addition of a devel branch to the repository to maintain a stable version.
- More plots in the data investigation vignette.
- In the main end to end vignette: added saving of the Spectra object with the significant features associated MS1 and MS2 data. To be used later by other vignettes.
- Fix typo and cut-off for MS2 annotation.
- Updated figure numbering.
- Added acknowledgment to community.
- added a figure in retention time alignment vignette.
- 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
- 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
- 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
- Require xcms version 4.3.4 and install the package from github.
- Switch to Quarto instead of Rmarkdown
- Addition of Alignment to reference dataset vignette
- Addition of the Data investigation vignette
- Addition of the Install vignette
- Addition of basic files for a workflow package.
- Addition of the end-to-end vignette.