Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Suggests:
Seurat,
cowplot,
scRNAseq,
SingleR,
SPOTlight,
SubcellularSpatialData,
forcats,
Expand Down
4 changes: 1 addition & 3 deletions vignettes/Session_2_Tidy_spatial_analyses.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,6 @@ knitr::include_graphics(here("inst/images/cellNexus.png"))
library(cellNexus)
library(HDF5Array)



brain_reference =

# Query metadata across 30M cells
Expand All @@ -941,7 +939,7 @@ brain_reference =
brain_reference
```

For large collection it is convenient (more efficient to query) to repackage the on-disl object in a consolidated file
DON'T RUN: For large collection it is convenient (more efficient to query) to repackage the on-disl object in a consolidated file

```{r, eval=FALSE}
DelayedArray::setAutoBlockSize(size = 1e+09)
Expand Down
Loading