From 2eb7c3d5dd7a273659dc93598f95bab058e851dc Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Wed, 22 May 2024 17:02:26 -0400 Subject: [PATCH] chore: update ad interop --- man/anndataToGiotto.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/anndataToGiotto.Rd b/man/anndataToGiotto.Rd index 8f9fb1e7..cdc604b6 100644 --- a/man/anndataToGiotto.Rd +++ b/man/anndataToGiotto.Rd @@ -68,7 +68,7 @@ g <- GiottoData::loadGiottoMini("visium") temp_directory <- tempdir() giottoToAnnData(g, save_directory = paste0(temp_directory, "/")) -anndataToGiotto(anndata_path = paste0( +anndataToGiotto(anndata_path = file.path( temp_directory, "/cell_rna_converted_gobject.h5ad" ))