Repository to centroid profile spectra.
This repository is experimental. Use it at your own risks. Inspired from the original work at https://github.com/EuracBiomedicalResearch/batch_centroid
Installation
As the package is not (yet) available on CRAN, you will need to install with:
install.packages(
"CentroidR",
repos = c(
"https://adafede.r-universe.dev",
"https://bioc.r-universe.dev",
"https://cloud.r-project.org"
)
)
Use
R
CentroidR::centroid_one_file(file = "path_to_your/profile/spectra.mzML",
pattern = "/profile/",
replacement = "/profile_centroided/")
Main Citations
TODO
Others
- The RforMassSpectrometry packages suite: https://doi.org/10.3390/metabo12020173