From 5ef112653c00a5f90d833e3f6c1ed282914840a3 Mon Sep 17 00:00:00 2001 From: Mark Keller <7525285+keller-mark@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:47:37 -0400 Subject: [PATCH] Update remote-anndata.Rmd --- vignettes/remote-anndata.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```