Skip to content

Commit

Permalink
no need to re data.frame this, since we're not adding rownames here
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Dec 6, 2023
1 parent 4a44d65 commit ed2cb9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/merge_sce_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,7 @@ prepare_altexps_for_merge <- function(
1:dplyr::n(),
each = n_missing
)
) |>
# force it to be a data frame so we can add rownames
# required due to tidyverse manipulation
as.data.frame()
)

# create new rownames to be added in when we re-DataFrame this
new_rownames <- c(
Expand Down

0 comments on commit ed2cb9a

Please sign in to comment.