Skip to content

Commit c8d3640

Browse files
committed
add anndataR=FALSE
1 parent 8601647 commit c8d3640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/SpatialData.plot.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ dir.create(td <- tempfile())
247247
pa <- unzip_spd_demo(
248248
zipname="mcmicro_io.zip",
249249
dest=td, source="biocOSN")
250-
(x <- readSpatialData(pa))
250+
(x <- readSpatialData(pa, anndataR=FALSE))
251251
```
252252

253253
Getting channel names for the image
@@ -272,7 +272,7 @@ dir.create(td <- tempfile())
272272
pa <- unzip_spd_demo(
273273
zipname="steinbock_io.zip",
274274
dest=td, source="biocOSN")
275-
(x <- readSpatialData(pa))
275+
(x <- readSpatialData(pa, anndataR=FALSE))
276276
```
277277

278278
Plotting with multiple image channels.

0 commit comments

Comments
 (0)