diff --git a/vignettes/remote-anndata.Rmd b/vignettes/remote-anndata.Rmd index dbdb7a2..5b8c453 100644 --- a/vignettes/remote-anndata.Rmd +++ b/vignettes/remote-anndata.Rmd @@ -23,7 +23,7 @@ BiocManager::install("Rarr") library(pizzarr) # The path to the root of the AnnData-Zarr store. -root <- "https://s3.amazonaws.com/vitessce-data/0.0.33/main/human-lymph-node-10x-visium/human_lymph_node_10x_visium.h5ad.zarr" +root <- "https://data-1.vitessce.io/0.0.33/main/human-lymph-node-10x-visium/human_lymph_node_10x_visium.h5ad.zarr" # Open the AnnData-Zarr store as an HttpStore. store <- HttpStore$new(root) @@ -46,4 +46,4 @@ print(dim(index_arr)) # [1] 3861 plot(x=umap_arr[,1], y=umap_arr[,2], col=cluster_arr) -``` \ No newline at end of file +```