Skip to content

Commit

Permalink
fix: solved bug in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanderaa committed Apr 10, 2024
1 parent 22d0ae9 commit 26e9daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/scp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ Next, we need to provide a design matrix and the batch annotation to
in our case `SampleType`.

```{r prepare_batch_correction}
batch <- colData(sce)$Raw.file
batch <- sce$runCol
model <- model.matrix(~ SampleType, data = colData(sce))
```

Expand Down

0 comments on commit 26e9daf

Please sign in to comment.