Slide 1

Slide 1 text

Thinking Spatially Using spatial transcriptomic tools from the Lieber Institute for Brain Development Louise Huuki-Myers Staff Scientist @lahuuki lahuuki.github.io Download these slides: speakerdeck.com/lahuuki

Slide 2

Slide 2 text

About LIBD Lieber Institute for Brain Development ● Non-profit Research Institute in Baltimore, MD ● Study the genetics of neuropsychiatric disorders 🧬 ● 139 multidisciplinary scientists ● Affiliated with the Johns Hopkins Medical School 2 Baltimore Maryland 🔸

Slide 3

Slide 3 text

Our R/Bioconductor Powered Data Science Team ● Led by Leonardo Collado-Torres ● Computational lab specializing in: ○ RNA seq analysis ■ Bulk, single cell, spatial ○ Open Source software development ○ Knowledge sharing ■ Data Science Guidance Sessions ■ Rstat Club: Videos available www.youtube.com/@lcolladotor ● Team website ○ lcolladotor.github.io/ 3

Slide 4

Slide 4 text

Goals for this workshop 1. Access Data from the spatialLIBD 2. Understand the SpatialExperiment data structure 3. Visualize continuous and discrete variables in spatial Data 4. Use spatialLIBD registration tools for marker finding 5. Complete spatial registration on an example data set

Slide 5

Slide 5 text

Background Spatial Transcriptomics Image Credit: 10x Genomics Histology Neurons in GM White Matter Histological Layer 5 5

Slide 6

Slide 6 text

SpatialLIBD & spatialDLPFC Datasets research.libd.org/spatialLIBD/ LieberInstitute/spatialDLPFC

Slide 7

Slide 7 text

name class size nrow ncol length sce SingleCellExperiment 2.08 33538 47681 NA sce_layer SingleCellExperiment 0.03 22331 76 NA sce_example SingleCellExperiment 0.10 33538 47681 NA spatialDLPFC_snRNAseq SingleCellExperiment - - - - spe SpatialExperiment 2.04 33538 47681 NA spatialDLPFC_Visium SpatialExperiment 6.97 28916 113927 NA spatialDLPFC_Visium_pseudobulk SpatialExperiment 0.06 12225 268 NA spatialDLPFC_Visium_SPG SpatialExperiment 0.82 27722 15113 NA Visium_SPG_AD_Visium_wholegenome_spe SpatialExperiment 2.29 27853 38115 NA Visium_SPG_AD_Visium_targeted_spe SpatialExperiment 1.57 23485 38115 NA Visium_SPG_AD_Visium_wholegenome_pseudobulk_spe SpatialExperiment 0.01 8443 41 NA modeling_results list 0.02 NA NA 3 spatialDLPFC_Visium_modeling_results list 0.02 NA NA 3 Visium_SPG_AD_Visium_wholegenome_modeling_results list 0.01 NA NA 3 Access these Datasets with spatialLIBD::fetch_data()

Slide 8

Slide 8 text

Spatial Experiment bioconductor.org/packages/release/bioc/vignettes/SpatialExperiment/inst/doc/S patialExperiment.html

Slide 9

Slide 9 text

Spatial Data Visualization vis_gene() vis_clus()

Slide 10

Slide 10 text

Spatial Domain Marker Finding registration_wrapper()

Slide 11

Slide 11 text

Spatial Registration https://research.libd.org/spatialLIBD/articles/guide_to_spatial_registration.html