Read Spatial Long-Read RNA-Seq Data
Source:R/core_optimal_K.R
read_example_spatial_olfactory_bulb_long_read_data.RdLoads spatial long-read RNA-seq data from our public GitHub repository. Includes coordinates, region annotations, deconvolution, library sizes, and expression matrices for genes and isoforms.
Value
A list containing:
- coords
Matrix of spatial coordinates.
- regions
Spatial region annotations.
- deconv
Cell type deconvolution matrix.
- library_size
Vector of library sizes per spot.
- total_gene_expression
Matrix of total gene expression.
- isoform_expression
Matrix of isoform-level expression.
Examples
if (FALSE) { # \dontrun{
long_read_data <- read_example_spatial_olfactory_bulb_long_read_data()
str(long_read_data)
} # }