Skip to content

Commit d0a7d9a

Browse files
committed
set code blocks to eval=FALSE for tissue gene expression library
1 parent 14faa02 commit d0a7d9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exercises: 30
2020

2121
We will demonstrate the concepts and code needed to perform clustering analysis with the tissue gene expression data:
2222

23-
```{r}
23+
```{r, eval=FALSE}
2424
library(tissuesGeneExpression)
2525
data(tissuesGeneExpression)
2626
```

episodes/cross-validation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ seen how this leads to over-fitting.
3838

3939
Let's start by loading the tissue gene expression dataset:
4040

41-
```{r}
41+
```{r, eval=FALSE}
4242
library(tissuesGeneExpression)
4343
data(tissuesGeneExpression)
4444
```

0 commit comments

Comments
 (0)