From 4e4e2dd9b6d80f69bdc0c11037fa46110b9c5490 Mon Sep 17 00:00:00 2001 From: George Chen <72078254+jiajic@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:30:32 -0500 Subject: [PATCH] revert default changes --- R/convenience_xenium.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/convenience_xenium.R b/R/convenience_xenium.R index 85f662acb..6fb8bc4ad 100644 --- a/R/convenience_xenium.R +++ b/R/convenience_xenium.R @@ -1385,9 +1385,9 @@ createGiottoXeniumObject <- function(xenium_dir, qv_threshold = 20, load_images = "focus", load_aligned_images = NULL, - load_transcripts = FALSE, - load_expression = TRUE, - load_cellmeta = TRUE, + load_transcripts = TRUE, + load_expression = FALSE, + load_cellmeta = FALSE, instructions = NULL, verbose = NULL) { x <- importXenium(xenium_dir)