Skip to content

Commit

Permalink
revert default changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 7, 2024
1 parent 1e33aa1 commit 4e4e2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/convenience_xenium.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e4e2dd

Please sign in to comment.