Skip to content

Commit 6ab1fc4

Browse files
committed
Accommodate changes from DropletUtils::emptyDrops()
- Details of changes: MarioniLab/DropletUtils#118 - Results in slightly different set of non-empty droplets, which causes knock-on changes to the cluster labels
1 parent 75ae410 commit 6ab1fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/book/tenx-unfiltered-pbmc4k.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ plotTSNE(sce.pbmc, colour_by="label")
153153
## Interpretation
154154

155155
```{r, echo=FALSE}
156-
chosen.mono <- "2"
157-
chosen.macro <- "14"
156+
chosen.mono <- "4"
157+
chosen.macro <- "13"
158158
```
159159

160160
```{r}
@@ -166,7 +166,7 @@ High expression of _CD14_, _CD68_ and _MNDA_ combined with low expression of _FC
166166
compared to macrophages in cluster `r chosen.macro` (Figure \@ref(fig:unref-mono-pbmc-markers)).
167167

168168
```{r}
169-
marker.set <- markers[["2"]]
169+
marker.set <- markers[["4"]]
170170
as.data.frame(marker.set[1:30,1:3])
171171
```
172172

0 commit comments

Comments
 (0)