The data in this package is published in the publication Bhuva et al., Genome Biology, 2024. Annotations for each dataset are obtained independently of the molecular measurements. The lowest level of measurement is annotated for each dataset. For BGI STOmics, this is each DNA nanoball, and for 10x Xenium and NanoString CosMx, these are the individual transcript detections. The package provides functions to convert these unit measurements into higher level summaries such as cells, regions, square bins, or hex bins for analysis purposes. These summaries are stored in SpatialExperiment objects.
The release version can be downloaded as follows:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SubcellularSpatialData")
You can install the development version of SubcellularSpatialData from GitHub with:
# install.packages("devtools")
devtools::install_github("DavisLaboratory/SubcellularSpatialData")
This is a basic example which shows you how to solve a common problem:
library(SubcellularSpatialData)
## basic example code