Skip to content

Commit

Permalink
Build fix (microbiome#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored and JKC committed Jul 25, 2024
1 parent 0143061 commit e71ec61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inst/pages/98_exercises.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,9 @@ To make the exercise more engaging, let's do an exploratory data analysis task:
i. Perform clustering on the ordination results (e.g., k-means clustering).
ii. Visualize the clusters on the ordination plots.

```{r}
```{r, eval = FALSE}
library(scater)
# Setting seed for reproducibility
set.seed(123)
Expand All @@ -1188,7 +1190,7 @@ PCoA object).

* Annotate the heatmap with additional metadata (e.g., subject groups or sample types).

```{r}
```{r, eval = FALSE}
# Load necessary libraries
library(SummarizedExperiment)
library(pheatmap)
Expand Down

0 comments on commit e71ec61

Please sign in to comment.