Open jamespeapen opened 2 years ago
@jamespeapen can you please share a reprex that illustrates the problem.
https://github.com/jamespeapen/biscuiteer/blob/bsseq/bslist.rds?raw=true
bs_list <- readRDS("bslist.rds")
myBS <- bs_list[[1]]
for (i in (2:length(bs_list))) {
myBS <- bsseq::combine(myBS, bs_list[[i]])
}
Sorry, I've been very busy and haven't had time to consider this, yet. @kasperdanielhansen what do you think?
We've been getting this error when using
bsseq::combine
on bsseq objects with different colnames:This patch remvoves the validity check so that the SummarizedExperiment object is created without error.