You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(SpatialExperiment)
library(STexampleData)
library(ggspavis)
library(scuttle)
library(scater)
library(scran)
library(here)
# From https://bioconductor.org/packages/devel/bioc/vignettes/Banksy/inst/doc/multi-sample.html
library(spatialLIBD)
library(ExperimentHub)
spatial_data<-ExperimentHub::ExperimentHub() |>spatialLIBD::fetch_data( eh= _, type="spe")
# Select only 4 samplesspatial_data=spatial_data[,spatial_data$sample_id%in% c("151673", "151675", "151676")]
# # Loading example data (assuming example data is provided in the workshop)# # Replace 'example_data' with the actual data file name# spatial_data <- Visium_humanDLPFC()# Display the objectspatial_data
The text was updated successfully, but these errors were encountered: