Skip to content

Commit

Permalink
update vignette object path
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkowalski committed Nov 15, 2023
1 parent 218d622 commit 7d9127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/COVID_SCTMapping.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We first load the reference (available [here](https://zenodo.org/record/7779017#

```{r load.data}
reference <- readRDS("/brahms/hartmana/vignette_data/pbmc_multimodal_2023.rds")
object <- readRDS("/brahms/hartmana/vignette_data/merged_covid_object.rds")
object <- readRDS("/brahms/mollag/seurat_v5/vignette_data/merged_covid_object.rds")
object <- NormalizeData(object, verbose = FALSE)
```

Expand Down

0 comments on commit 7d9127c

Please sign in to comment.