About
massconverter
can be used to convert mass spectrometry data to other format data based on msconvert docker image.
Now this is only supports mac or Linux OS.
Installation
You can install massconverter
from GitLab.
if(!require(remotes)){
install.packages("remotes")
}
remotes::install_gitlab("tidymass/massconverter")
or GitHub
remotes::install_github("tidymass/massconverter")
or tidymass.org
source("https://www.tidymass.org/tidymass-packages/install_tidymass.txt")
install_tidymass(from = "tidymass.org", which_package = "massconverter")
Citation
If you use massconverter
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). Weblink
Thanks very much!