If you want to install the packages and material post-workshop, the instructions are below. The workshop is designed for R 4.4
and Bioconductor 3.19.
# Install workshop package
#install.packages('BiocManager')
BiocManager::install("tidyomics/tidySpatialWorkshop", dependencies = TRUE)
# In May 2025, the following packages should be installed from github repositories, to use the latest features. In case you have them pre installed, run the following command
BiocManager::install(c("lmweber/ggspavis",
"stemangiola/tidySummarizedExperiment",
"william-hutchison/tidySpatialExperiment",
"stemangiola/tidybulk",
"stemangiola/tidygate",
"stemangiola/CuratedAtlasQueryR"),
update = FALSE)
BiocManager::install("ggcorrplot")
# Then build the vignettes
BiocManager::install("tidyomics/tidySpatialWorkshop", build_vignettes = TRUE, force=TRUE)
# To view vignette
library(tidySpatialWorkshop)
vignette("Introduction")
From command line, and enter the tidySpatialWorkshop directory.
# Open the command line
git clone git@github.com:tidyomics/tidySpatialWorkshop.git
Alternatively download the git zipped package. Uncompress it. And enter the directory.
To run the code, you could then copy and paste the code from the workshop vignette or R markdown file into a new R Markdown file on your computer.
This workshop aims to equip participants with a foundational understanding of spatial omics, exploring its significant technologies, applications, and the distinction between imaging and sequencing approaches. We’ll begin with a welcome session, outlining the objectives and structure for the day. The content will delve into the basics of spatial omics, discussing its relevance in modern biology and its impact on scientific research. We’ll then compare various spatial omics technologies, focusing on the differences and practical considerations between imaging-based and sequencing-based methodologies.
Further, we’ll examine detailed sequencing techniques, experimental design, and data analysis challenges, providing insights into effective problem-solving strategies. An overview of analysis frameworks, including principles of ‘tidy’ data in spatial omics, will also be covered. The workshop will conclude with a summary of key takeaways and a Q&A session, ensuring participants leave with a comprehensive understanding of spatial omics. This session promises to be insightful, offering valuable knowledge for attendees to apply in their research fields.
The workshop format is 3 days with 3 hour sessions consisting of introduction of the experimental techniques, and hands-on demos, exercises and Q&A.