We previously included some functionality using BumpyMatrix to store molecule-based spatial transcriptomics data, along with an example dataset from the seqFISH platform in the STexampleData package.
This is now obsolete, since there are now two other great packages in Bioconductor (MoleculeExperiment and SpatialFeatureExperiment) contributed by other members of the Bioconductor community, which both extend SpatialExperiment to molecule-based data in a much more sophisticated / detailed manner than our BumpyMatrix example.
So I think it makes sense to deprecate and remove the BumpyMatrix functionality from the SpatialExperiment package. This will (i) avoid confusing users and (ii) reduce dependencies.
Any thoughts? I'll assign this to me for now.
We previously included some functionality using
BumpyMatrixto store molecule-based spatial transcriptomics data, along with an example dataset from theseqFISHplatform in theSTexampleDatapackage.This is now obsolete, since there are now two other great packages in Bioconductor (
MoleculeExperimentandSpatialFeatureExperiment) contributed by other members of the Bioconductor community, which both extendSpatialExperimentto molecule-based data in a much more sophisticated / detailed manner than ourBumpyMatrixexample.So I think it makes sense to deprecate and remove the
BumpyMatrixfunctionality from theSpatialExperimentpackage. This will (i) avoid confusing users and (ii) reduce dependencies.Any thoughts? I'll assign this to me for now.