While applying the command-
met.gbm.lgg <- SummarizedExperiment::cbind(met.lgg.450, met.gbm.450)
I got the following error-
Error in map_x_colnames_to_object_colnames(colnames(object)) : the DataFrame objects to rbind must have the same number of columns
I have found that colData of SummerizedExperiment met.gbm.450 and met.lgg.450 have different dimensions which supposed to be same. How this issue can be resolved?