Tier 1 (dataset)
Tier 2 (workflow)
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 this set of “Dataset” challenges, we will aim to select and prepare several additional datasets for demonstration and testing purposes.
seqFISH and seqFISH+ (Eng et al. 2019) are molecule-based spatially resolved transcriptomics platforms. These platforms allow measuring expression of hundreds to thousands of genes, with sub-cellular resolution. For an example of a recent paper using this technology, see Lohoff and Ghazanfar et al. 2020.
Compared to Visium, the sub-cellular resolution of this technology allows capturing very different types of information, which may also require some slight modifications to the SpatialExperiment
class structure (see also “SpatialExperiment: molecule-based data” challenge).
This challenge consists of two tiers:
Tier 1 (dataset)
The Tier 1 challenge consists of:
SpatialExperiment
objectSTdata
packageAs a starting point, we can use the make-data.R
scripts from the existing objects in the STdata
package:
Note there is some overlap with the “SpatialExperiment: molecule-based data” challenge, where we aim to ensure that the SpatialExperiment
class can be used to correctly store seqFISH (or other molecule-based) data, using an example dataset as a test case.
Tier 2 (workflow)
If there is interest and capacity, we could then continue with the Tier 2 challenge:
SpatialExperiment
object created in the Tier 1 challengeOSTA
online book