Currently, the merge_sce_list() function will not retain any colData columns in the alternative experiments.
We'd like to extend this function to have an option to keep altExp columns.
We could include another function argument, retain_altexp_coldata_cols with a default of NULL. This argument would take a named list, where the name matches the relevant alternative experiment name that should retain those colData columns.
Currently, the
merge_sce_list()
function will not retain any colData columns in the alternative experiments. We'd like to extend this function to have an option to keep altExp columns.We could include another function argument,
retain_altexp_coldata_cols
with a default ofNULL
. This argument would take a named list, where the name matches the relevant alternative experiment name that should retain those colData columns.