TCGAWorkflow icon indicating copy to clipboard operation
TCGAWorkflow copied to clipboard

Error in met.gbm.lgg <- SummarizedExperiment::cbind(met.lgg.450, met.gbm.450)

Open tmccse opened this issue 4 years ago • 0 comments

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?

tmccse avatar Feb 27 '21 02:02 tmccse