SpatialDE
by Svensson et al. 2018 is a method to identify spatially variable genes (SVGs) in spatially resolved transcriptomics data.
We have previously used this method in our paper Maynard and Collado-Torres et al. 2020.
SpatialDE
is available as a Python package (see https://github.com/Teichlab/SpatialDE), which makes it difficult to integrate into R/Bioconductor-based workflows. In this challenge, our aim is to make SpatialDE
accessible in R using either reticulate or basilisk.
SpatialDE
in R, using either basilisk
or reticulate
(basilisk
is preferred, although the choice of which tool to use will depend on interest and experience)RMarkdown
) with an example workflow showing how to use the wrapperIf this is successful, we can integrate this into our example workflows, e.g. in our OSTA online book currently under development.