Our current aims are:
This will allow us to build an integrated Bioconductor-based infrastructure for analyzing spatially resolved transcriptomics data. Ultimately, this will all be showcased in our OSTA online book.
So far, we have mainly worked with data from the 10x Genomics Visium platform. The STdata package (under development) currently contains two example datasets from the Visium platform (human DLPFC and mouse coronal).
In the future, we will also increasingly expect multi-omics spatial data to be generated, e.g. spatial transcriptomics and protein co-detection.
In this challenge, we aim to test whether multi-omics spatial data can be stored in SpatialExperiment
objects, and/or whether additional modifications to the class are required. In particular, we can re-use the altExp functionality from SingleCellExperiment
. Alternatively, it may be possible that we eventually need to develop a new class, extending MultiAssayExperiment.
This challenge consists of:
SpatialExperiment
object, making use of the altExp
functionality from SingleCellExperiment
This challenge is relatively open-ended, and may include some group discussion on the best choice of class structure for multi-omics spatial data.