-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.Rmd
26 lines (19 loc) · 1.13 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ftmsRanalysis
[![Build Status](https://travis-ci.org/EMSL-Computing/ftmsRanalysis.svg?branch=master)](https://travis-ci.org/EMSL-Computing/ftmsRanalysis)
[![Coverage Status](https://codecov.io/github/EMSL-Computing/ftmsRanalysis/coverage.svg?branch=master)](https://codecov.io/github/EMSL-Computing/ftmsRanalysis?branch=master)
The `ftmsRanalysis` package was designed to help with various steps of processing FT-MS data, including:
* data formatting and manipulation
* reproducible analysis pipeline
* filtering data based on various properties
* calculating meta information for each peak (e.g. NOSC)
* data visualization and summary
* one sample
* multiple samples
* group comparisons
The `ftmsRanalysis` package was developed at [Pacific Northwest National Laboratory](http://www.pnnl.gov){target="_blank"}. See here for more information: [https://msc-viz.emsl.pnnl.gov](https://msc-viz.emsl.pnnl.gov){target="_blank"}.
See the [Get started](articles/ftmsRanalysis.html) page for a tutorial.
### Installation
The package may be installed from github using the command:
```{r eval=FALSE}
devtools::install_github("EMSL-Computing/ftmsRanalysis")
```