forked from ChristinZasada/MTXQC_documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
05-config_mtx.Rmd
48 lines (26 loc) · 874 Bytes
/
05-config_mtx.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Configuration of MTXQCvX2 - `config_mtx/...`{#config}
Herein explained are the customizable tables of the MTXQCvX2 universe.
## `conversion_metabolite.csv`
```{r con_se, echo=FALSE}
data = read.csv("tables/config_conse.csv", TRUE)
knitr::kable(data, bookstab = TRUE)
```
## `letter_pathway_complete.csv`
```{r metprofile, echo=FALSE}
data = read.csv("tables/config_metprofile.csv", TRUE)
knitr::kable(data, bookstab = TRUE)
```
## `quant1-values.csv`
```{r quant1, echo=FALSE}
data = read.csv("tables/config_quant1.csv", TRUE)
knitr::kable(data, bookstab = TRUE)
```
## `incorporation_calc.csv` \& `mid_backups.csv`
```{r inccalc, echo=FALSE}
data = read.csv("tables/config_inccalc.csv", TRUE)
knitr::kable(data, bookstab = TRUE)
```
```{r backup, echo=FALSE}
data = read.csv("tables/config_backup.csv", TRUE)
knitr::kable(data, bookstab = TRUE)
```