Skip to content

Commit 63f741c

Browse files
committed
fix typo
1 parent 0f33469 commit 63f741c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vignettes/SpatialData.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are DuckDB-backed by a `duckspatial_df`, enabling efficient lazy handling.
6161

6262
**Tables** store functional annotations or information that has been aggregated
6363
across layers (e.g., gene $\times$ cell data). They are currently represented
64-
as in-memory`r BiocStyle::Biocpkg("SingleCellExperiment")` objects; delayed,
64+
as in-memory `r BiocStyle::Biocpkg("SingleCellExperiment")` objects; delayed,
6565
*.zarr*-backed handling of assay data is under active development.
6666

6767
```{r schematic, echo=FALSE, fig.wide=TRUE}
@@ -328,6 +328,8 @@ sp <- mask(sd, i="blobs_polygons", j="blobs_circles")
328328
`query()` filters elements across all layers based on `table` metadata in
329329
`dplyr`-style syntax, where queries may be passed via the ellipsis (`...`):
330330

331+
TODO
332+
331333
## Combining
332334

333335
`combine()` can be used to merge two `SpatialData` objects into one (or many,

0 commit comments

Comments
 (0)