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

Commit

Permalink
don't build basic vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel committed Mar 8, 2024
1 parent e20816c commit b13eac3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/basic-usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
knitr::opts_chunk$set(eval = FALSE)
```

```{r setup}
suppressPackageStartupMessages({
library(Seurat)
library(SeuratData)
library(callback)
})
```

```{r install_SeuratData}
devtools::install_github('satijalab/seurat-data')
library(SeuratData)
```

First, we use the `SeuratData` data package to first download and then load
2700 PBMCs. The loaded `SeuratObject`, `pbmc3k`, is from an old version of
Expand Down

0 comments on commit b13eac3

Please sign in to comment.