Skip to content

Commit

Permalink
Make rescale_imagej_inputs() return unnamed-vector columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jul 17, 2024
1 parent 57583e8 commit 56cb1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/rescale_imagej_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rescale_imagej_inputs <- function(sample_info, out_dir) {
)[["tissue_hires_scalef"]]
},
numeric(1)
)
) |> unname()

sample_info$spot_diameter_fullres <- vapply(
sample_info$spaceranger_dir,
Expand All @@ -75,7 +75,7 @@ rescale_imagej_inputs <- function(sample_info, out_dir) {
)[["spot_diameter_fullres"]]
},
numeric(1)
)
) |> unname()

sample_info <- sample_info |>
dplyr::group_by(group) |>
Expand Down

0 comments on commit 56cb1c5

Please sign in to comment.