We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5ce0 commit 35525cfCopy full SHA for 35525cf
DESCRIPTION
@@ -53,6 +53,7 @@ Suggests:
53
testthat
54
remotes:
55
HelenaLC/SpatialData
56
+ HelenaLC/SpatialData.data
57
biocViews:
58
Spatial,
59
SingleCell,
tests/testthat/test-plotImage.R
@@ -1,4 +1,6 @@
1
require(SpatialData, quietly=TRUE)
2
+require(SpatialData.data, quietly=TRUE)
3
+
4
x <- file.path("extdata", "blobs.zarr")
5
x <- system.file(x, package="SpatialData")
6
x <- readSpatialData(x, tables=FALSE)
vignettes/SpatialData.plot.Rmd
@@ -26,6 +26,7 @@ library(ggplot2)
26
library(patchwork)
27
library(ggnewscale)
28
library(SpatialData)
29
+library(SpatialData.data)
30
library(SpatialData.plot)
31
library(SingleCellExperiment)
32
```
0 commit comments