File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ exportMethods(rotate)
99exportMethods(scale)
1010exportMethods(translation)
1111import(SpatialData)
12+ importFrom(DelayedArray,path)
1213importFrom(DelayedArray,realize)
1314importFrom(Rarr,zarr_overview)
1415importFrom(S4Vectors,metadata)
1516importFrom(SingleCellExperiment,int_colData)
1617importFrom(SingleCellExperiment,int_metadata)
1718importFrom(SpatialData,channels)
18- importFrom(SpatialData,getZarrArrayPath)
1919importFrom(dplyr,mutate)
2020importFrom(dplyr,select)
2121importFrom(ggforce,geom_circle)
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ plotSpatialData <- \() ggplot() + scale_y_reverse() + .theme
103103}
104104
105105# check if an image is rgb or not
106- # ' @importFrom SpatialData getZarrArrayPath
106+ # ' @importFrom DelayedArray path
107107# ' @importFrom Rarr zarr_overview
108108# ' @noRd
109109.get_img_dt <- \(a ) {
110- pa <- getZarrArrayPath (a )
110+ pa <- DelayedArray :: path (a )
111111 df <- zarr_overview(pa , as_data_frame = TRUE )
112112 if (! is.null(dt <- df $ data_type )) return (dt )
113113}
You can’t perform that action at this time.
0 commit comments