Skip to content

This repository hosts a data package with annotated sub-cellular resolution spatial transcriptomics datasets.

License

Notifications You must be signed in to change notification settings

DavisLaboratory/SubcellularSpatialData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubcellularSpatialData

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.

Installation

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")

Example

This is a basic example which shows you how to solve a common problem:

library(SubcellularSpatialData)
## basic example code

About

This repository hosts a data package with annotated sub-cellular resolution spatial transcriptomics datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages