Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 0c075e9

Browse files
committed
Update vignette to install SeuratData
1 parent 82b0a4e commit 0c075e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

vignettes/basic-usage.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ knitr::opts_chunk$set(
1818
```{r setup}
1919
suppressPackageStartupMessages({
2020
library(Seurat)
21-
library(SeuratData)
22-
2321
library(callback)
2422
})
2523
```
2624

25+
```{r install_SeuratData}
26+
devtools::install_github('satijalab/seurat-data')
27+
library(SeuratData)
28+
```
29+
2730
First, we use the `SeuratData` data package to first download and then load
2831
2700 PBMCs. The loaded `SeuratObject`, `pbmc3k`, is from an old version of
2932
`Seurat`, and so we update the object to v5.

0 commit comments

Comments
 (0)