# massqc **Repository Path**: tidymass/massqc ## Basic Information - **Project Name**: massqc - **Description**: massqc repo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-17 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # massqc [![](https://www.r-pkg.org/badges/version/massqc?color=green)](https://cran.r-project.org/package=massqc) [![](https://img.shields.io/github/languages/code-size/tidymass/massqc.svg)](https://github.com/tidymass/massqc) [![Dependencies](https://tinyverse.netlify.com/badge/massqc)](https://cran.r-project.org/package=massqc) [![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) `massqc` is a part of [tidymass](https://www.tidymass.org/). # **About** `massqc` is a R package which is used for untargeted metabolomics data processing and analysis. # **Installation** You can install `massqc` from [GitLab](https://gitlab.com/tidymass/massqc) ``` r if(!require(remotes)){ install.packages("remotes") } remotes::install_gitlab("tidymass/massqc") ``` or [GitHub](https://github.com/tidymass/massqc) ``` r remotes::install_github("tidymass/massqc") ``` # **Usage** Please see the `Help documents` page to get the instruction of `massqc`. # **Need help?** If you have any quesitions about `massqc`, please don’t hesitate to email me (). [shenzutao1990](https://www.shenxt.info/files/wechat_QR.jpg) [Twitter](https://twitter.com/JasperShen1990) [M339, Alway building, Cooper Lane, Palo Alto, CA 94304](https://www.google.com/maps/place/Alway+Building/@37.4322345,-122.1770883,17z/data=!3m1!4b1!4m5!3m4!1s0x808fa4d335c3be37:0x9057931f3b312c29!8m2!3d37.4322345!4d-122.1748996) # **Citation** If you use `massqc` 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](https://www.nature.com/articles/s41467-022-32155-w) Thanks very much!