Skip to content

Commit

Permalink
Temporarily disable certain section (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Feb 7, 2025
1 parent 2773cfd commit bcc10ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/pages/mmuphin_meta_analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ se_pathway <- sampleMetadata |>

First, let's look into the relative abundance data.

```{r}
# Disable running the analysis temporaly. There is a problem in mia
# agglomeration and curatedMetagenomicData
# https://github.com/waldronlab/curatedMetagenomicData/pull/309
knitr::opts_chunk$set(eval = FALSE)
```

### Performing batch (study) effect adjustment with adjust_batch for relative abundance {#sec-batch-effect-adjustment}

In this analysis, we are using two input files. The first input file is
Expand Down

0 comments on commit bcc10ca

Please sign in to comment.