Skip to content

Commit

Permalink
but make it singular
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Dec 11, 2023
1 parent c0e9da5 commit f63c268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/merge_sce_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ merge_sce_list <- function(
purrr::map(altExp)

# Create and save the merged altExp for this altexp_name
merged_altexps[[altexp_name]] <- create_merged_altexps(
merged_altexps[[altexp_name]] <- create_merged_altexp(
altexp_list,
merged_colnames
)
Expand Down Expand Up @@ -344,7 +344,7 @@ prepare_sce_for_merge <- function(
#' with this altExp name.
#'
#' @return A list of merged altExps to include the final merged SCE object
create_merged_altexps <- function(
create_merged_altexp <- function(
altexp_list,
merged_colnames) {

Expand Down

0 comments on commit f63c268

Please sign in to comment.