R/Merging_SE_list.R

Defines functions Merging_SE_list

Documented in Merging_SE_list

#'Merging list of SummarizedExperiment objects.
#'@description
#'This function is a wrapper for do.all("cbind", se).
#'@import BiocGenerics
#'@param se SummarizedExperiment object
#'@export
Merging_SE_list <- function(se){
    result <- do.call("cbind", se)
}
CostaLab/sigurd documentation built on Feb. 10, 2025, 11:08 p.m.