omnideconv / spacedeconv

A unified interface to spatial transcriptomics deconvolution tools
https://omnideconv.org/spacedeconv/
GNU General Public License v3.0
36 stars 7 forks source link

Spatial Image: Namespace Problem #6

Closed czackl closed 2 years ago

czackl commented 2 years ago

There is a notification appearing all the time when loading a spatial dataset:

Found more than one class "SpatialImage" in cache; using the first, from namespace 'SpatialExperiment'
Also defined by ‘SeuratObject’

Probably SpatialExperiment related but kind of annoying, so either suppress the message or fix the namespace loading / manually unload the spatialImage from Seurat.

grst commented 2 years ago

you probably do @import Seurat and/or @import SpatialExperiment somewhere. Only importing the functions you need (@importFrom Seurat <something>) should fix this.

czackl commented 2 years ago

Fixed in new Version of SpatialExperiment