You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parallelization to the method. Also, add option for choosing whether to combine colData columns even though their classes differ
Currently, the method checks if equally named columns have same class --> if not, do not merge. (There could be an option that allows method to merge columns even though they have different class)
The text was updated successfully, but these errors were encountered:
mergeSEs is mostly sequential with the shared tse and the output of one loop is the input of the next during the merge. I am not sure of how we can apply bplapply to it's operation.
Also during this deprecation -->> combineSEs, can we remove completely all the deprecation as bioc 3.20 is in release?
Add parallelization to the method. Also, add option for choosing whether to combine colData columns even though their classes differ
Currently, the method checks if equally named columns have same class --> if not, do not merge. (There could be an option that allows method to merge columns even though they have different class)
The text was updated successfully, but these errors were encountered: