Skip to content

Commit e0149bc

Browse files
committed
try to fix class union
1 parent 8642978 commit e0149bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Session_1_sequencing_assays.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ library(ExperimentHub)
197197
198198
# To avoid error for SPE loading
199199
# https://support.bioconductor.org/p/9161859/#9161863
200-
setClassUnion("ExpData", c("matrix", "SummarizedExperiment"))
200+
setClassUnion("ExpData", c("matrix", "SpatialExperiment"))
201201
202202
spatial_data <-
203203
ExperimentHub::ExperimentHub() |>

0 commit comments

Comments
 (0)