Skip to content

Commit c99de45

Browse files
committed
update notebook
1 parent 8321e03 commit c99de45

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Print package versions
110110
run: |
111111
cat("R version:", R.version.string, "\n\n")
112-
pkgs <- c("Seurat", "SeuratObject", "harmony", "scDblFinder",
112+
pkgs <- c("Seurat", "SeuratObject", "harmony",
113113
"edgeR", "limma", "speckle", "ggplot2", "pkgdown")
114114
for (pkg in pkgs) {
115115
cat(sprintf("%-20s %s\n", pkg, as.character(packageVersion(pkg))))

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* Module 1: Quality Control
1212
- Load and explore 10X Genomics data
1313
- Calculate per-cell QC metrics
14-
- Doublet detection with scDblFinder
15-
- Cell filtering and pseudobulk overview
14+
- Cell and gene filtering
15+
- Pseudobulk overview
1616

1717
* Module 2: Normalisation, Integration & Clustering
1818
- SCTransform v2 normalisation

0 commit comments

Comments
 (0)