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 8601647 commit c8d3640Copy full SHA for c8d3640
vignettes/SpatialData.plot.Rmd
@@ -247,7 +247,7 @@ dir.create(td <- tempfile())
247
pa <- unzip_spd_demo(
248
zipname="mcmicro_io.zip",
249
dest=td, source="biocOSN")
250
-(x <- readSpatialData(pa))
+(x <- readSpatialData(pa, anndataR=FALSE))
251
```
252
253
Getting channel names for the image
@@ -272,7 +272,7 @@ dir.create(td <- tempfile())
272
273
zipname="steinbock_io.zip",
274
275
276
277
278
Plotting with multiple image channels.
0 commit comments