Skip to content

Commit

Permalink
reduce memory
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Oct 6, 2023
1 parent 9bb48d8 commit a944f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/pbmc_multiomic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Installation instructions for SeuratDisk can be found [here](https://github.com/
library(SeuratDisk)
# load PBMC reference
reference <- LoadH5Seurat("../vignette_data/multiomic/pbmc_multimodal.h5seurat", assays = "SCT", reductions = 'spca')
reference <- LoadH5Seurat("../vignette_data/multiomic/pbmc_multimodal.h5seurat", assays = list("SCT" = "counts"), reductions = 'spca')
DefaultAssay(pbmc) <- "SCT"
Expand Down

0 comments on commit a944f7d

Please sign in to comment.