AlexsLemonade / scpcaTools

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Allow for altExp colData columns to be retained when merging #260

Closed sjspielman closed 10 months ago

sjspielman commented 10 months ago

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.