Skip to content

Commit e042fcf

Browse files
committed
add missing Suggests
1 parent f6d72cb commit e042fcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@ Imports:
4242
Suggests:
4343
airway,
4444
BiocStyle,
45+
DESeq2,
4546
fgsea,
4647
knitr,
4748
org.Hs.eg.db,
4849
pkgdown,
4950
rmarkdown,
5051
scRNAseq,
51-
scater
52+
scater,
53+
scuttle,
54+
sessioninfo
5255
URL: https://isee.github.io/iSEEDemoEuroBioC2024/
5356
BugReports: https://github.com/iSEE/iSEEDemoEuroBioC2024/issues/new/choose
5457
VignetteBuilder: knitr

vignettes/workshop_isee_extension.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ To simulate a short analytical workflow, let us run some more code from the `?iS
212212

213213
```{r, message=FALSE, warning=FALSE}
214214
library(scater)
215+
library(scuttle)
215216
sce <- logNormCounts(sce, exprs_values="tophat_counts")
216217
217218
sce <- runPCA(sce, ncomponents=4)

0 commit comments

Comments
 (0)