Skip to content

Commit

Permalink
Add cache.lazy=FALSE to chunk in pijuan-embryo.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteHaitch committed Jan 14, 2024
1 parent 6e7361d commit ad6547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/book/pijuan-embryo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sce.chimera <- sce.chimera[,!drop]

We use the pre-computed size factors in `sce.chimera`.

```{r normalization}
```{r normalization, cache.lazy=FALSE}
sce.chimera <- logNormCounts(sce.chimera)
```

Expand Down

0 comments on commit ad6547c

Please sign in to comment.