# massdataset
**Repository Path**: jaspershen/massdataset
## Basic Information
- **Project Name**: massdataset
- **Description**: No description available
- **Primary Language**: R
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-02-20
- **Last Updated**: 2022-02-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# massdataset
[](https://cran.r-project.org/package=massdataset)
[](https://github.com/tidymass/massdataset)
[](https://cran.r-project.org/package=massdataset)
[](https://www.tidyverse.org/lifecycle/#experimental)
`massdataset` is a part of [tidymass](https://tidymass.github.io/tidymass/).
------
# About
`massdataset` provide the `mass_dataset` class which is specifically developed and designed to organize the rectangular **metabolomics data sets** into a standard structure. `massdataset` package also provide a lot of base processing functions to process and operate the `mass_dataset` class. In additional, the `mass_dataset` class can be processed by all the packages from [`tidymass`](https://tidymass.github.io/tidymass/).
Merging separate data objects is useful for manually-imported data objects, especially for metabolomics data analysis. It's significant to keep unified format before analysis. While the first category of merging functions is useful for direct manipulations of the data for analytical purposes, `massdataset` is a convenience/support tool to help get your data into the right format.
# Installation
You can install `massdataset` from
[Github](https://github.com/tidymass/massdataset).
``` r
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("tidymass/massdataset")
```
More installation information can be found [here](https://tidymass.github.io/massdataset/articles/massdataset_install.html).
# Get started
Please see the "Help documents".
# Need help?
If you have any questions about `massdataset`, please don’t hesitate to
email me () or reach out me via the social medias below.
[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 massdataset in you publication, please cite this publication:
X. Shen, R. Wang, X. Xiong, Y. Yin, Y. Cai, Z. Ma, N. Liu, and Z.-J.
Zhu\* (Corresponding Author), Metabolic Reaction Network-based Recursive
Metabolite Annotation for Untargeted Metabolomics, Nature
Communications, 2019, 10: 1516.
[Web Link](https://www.nature.com/articles/s41467-019-09550-x).
Thanks very much!