# metpath **Repository Path**: tidymass/metpath ## Basic Information - **Project Name**: metpath - **Description**: metpath repo - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-17 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # metpath [![](https://www.r-pkg.org/badges/version/metpath?color=green)](https://cran.r-project.org/package=metpath) [![](https://img.shields.io/github/languages/code-size/tidymass/metpath.svg)](https://github.com/tidymass/metpath) [![Dependencies](https://tinyverse.netlify.com/badge/metpath)](https://cran.r-project.org/package=metpath) [![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) `metpath` is a part of [tidymass](https://www.tidymass.org/) ------- # About `metpath` is a R package which is used for pathway analysis of metabolomics data. # Installation You can install `metpath` from [GitLab](https://github.com/tidymass/metpath). ``` r if(!require(remotes)){ install.packages("remotes") } remotes::install_gitlab("tidymass/metpath") ``` or [GitHub](https://github.com/tidymass/metpath). ``` r remotes::install_github("tidymass/metpath") ``` # Usage Please see the `Help documents` page to get the instruction of `metpath`. # Need help? If you have any questions about `metpath`, please don’t hesitate to email me (). [shenxt1990](https://www.shenxt.info/files/wechat_QR.jpg) [Twitter](https://twitter.com/JasperShen1990) [M339, Alway Buidling, 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 `metpath` 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!