Code
if (!require("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("estellad/OSTA.data")
Throughout this book, we will rely on a set of publicly available datasets that cover different sequencing- and imaging-based platforms, namely: Visium, Visium HD, Xenium (10x Genomics), and CosMx (NanoString).
These datasets have been deposited in an Open Storage Framework (OSF) repository here, and can be easily queried and downloaded using functions from the osfr package. For convenience, we have implemented the OSTA.data
package to:
pol
ygons and mol
ecules to skip these dataif (!require("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("estellad/OSTA.data")
The following datasets are currently available:
## [1] "Chromium_HumanBreast_Janesick" "Chromium_HumanColon_Oliveira"
## [3] "CosMx1k_MouseBrain1" "CosMx1k_MouseBrain2"
## [5] "CosMx6k_HumanBrain" "VisiumHD_HumanColon_Oliveira"
## [7] "Visium_HumanBreast_Janesick" "Visium_HumanColon_Oliveira"
## [9] "Xenium_HumanBreast1_Janesick" "Xenium_HumanColon_Oliveira"
Below, we briefly summarize the characteristics of each dataset, and note across which parts of the book each dataset is being used.
HumanBreast_Janesick
In the underlying paper, the Xenium data (2 replicates) were accompanied by consecutive slices of Chromium and Visium data. Therefore, these replicates are expected to have nearly identical biological findings. By transferring Chromium cell type labels to spatial technologies, such as Visium (with full transcriptome) and Xenium (at single-cell resolution), we can combine analytical insights from different platforms.
HumanColon_Oliveira
In the underlying paper, there are both normal adjacent tissue (NAT) and colorectal carcinoma (CRC) samples from 5 patients. The Visium HD data (P2 CRC) were accompanied by consecutive slices of Chromium, Visium, and Xenium data. Therefore, we can jointly analyze these modalities.
CosMx1k_MouseBrain1/2
There are two sections from the CosMx mouse brain sample, namely “coronal hemisphere” (sample 1) and “coronal hippocampus and cortex” (sample 2).
CosMx6k_HumanBrain
The CosMx human prefrontal cortex sample has a larger gene panel of ~6,000 RNA targets.