masstools is a part of tidymass.
masstools is a collection of tools for mass spectrometry data processing and analysis.
Install the released version from Bioconductor:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("masstools")The development version is available from GitHub:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("tidymass/masstools")See the package website for reference documentation and articles: https://masstools.tidymass.org/
If you have questions or want to report a bug, please use GitHub Issues or email xiaotao.shen@outlook.com.
If you use masstools in your publications, please cite this paper:
Shen, X., Yan, H., Wang, C. et al. TidyMass an object-oriented reproducible analysis framework for LC–MS data. Nat Commun 13, 4365 (2022).
Thanks for using masstools.
