Skip to content

Commit

Permalink
Added instructions to open MTBLS79 help page.
Browse files Browse the repository at this point in the history
  • Loading branch information
andzajan committed Jan 16, 2020
1 parent e14ff27 commit d83e2c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/sbc-data-evaluation-and-algorithm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ data set consisting of 172 samples measured across 8 batches and is included in
More detailed description of the data set is available from @kirwan2014,
[MTBLS79](https://www.ebi.ac.uk/metabolights/MTBLS79) and R man page.

```{r, eval=FALSE}
help ("MTBLS79")
```

```{r}
feature_names <- c("70.03364", "133.07379", "146.16519", "163.04515",
"174.89483", "200.03196", "207.07818", "221.05062", "240.02445",
Expand Down
4 changes: 4 additions & 0 deletions vignettes/signal-batch-correction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ data set consisting of 172 samples measured across 8 batches and is included in
More detailed description of the data set is available from @kirwan2014,
[MTBLS79](https://www.ebi.ac.uk/metabolights/MTBLS79) and R man page.

```{r, eval=FALSE}
help ("MTBLS79")
```

```{r}
data("MTBLS79")
Expand Down

0 comments on commit d83e2c4

Please sign in to comment.