Skip to content

Commit

Permalink
add missing Suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Jul 30, 2024
1 parent f6d72cb commit e042fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,16 @@ Imports:
Suggests:
airway,
BiocStyle,
DESeq2,
fgsea,
knitr,
org.Hs.eg.db,
pkgdown,
rmarkdown,
scRNAseq,
scater
scater,
scuttle,
sessioninfo
URL: https://isee.github.io/iSEEDemoEuroBioC2024/
BugReports: https://github.com/iSEE/iSEEDemoEuroBioC2024/issues/new/choose
VignetteBuilder: knitr
Expand Down
1 change: 1 addition & 0 deletions vignettes/workshop_isee_extension.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ To simulate a short analytical workflow, let us run some more code from the `?iS

```{r, message=FALSE, warning=FALSE}
library(scater)
library(scuttle)
sce <- logNormCounts(sce, exprs_values="tophat_counts")
sce <- runPCA(sce, ncomponents=4)
Expand Down

0 comments on commit e042fcf

Please sign in to comment.