Skip to content

Commit

Permalink
rename function merged_altexps -> create_merged_altexps to avoid over…
Browse files Browse the repository at this point in the history
…ly similar function name to the existing merge_altexp function
  • Loading branch information
sjspielman committed Dec 11, 2023
1 parent 3d70229 commit c0e9da5
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]] <- merge_altexps(
merged_altexps[[altexp_name]] <- create_merged_altexps(
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
merge_altexps <- function(
create_merged_altexps <- function(
altexp_list,
merged_colnames) {

Expand Down

0 comments on commit c0e9da5

Please sign in to comment.