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
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?
The text was updated successfully, but these errors were encountered:
tmccse
changed the title
Error in map_x_colnames_to_object_colnames(colnames(object))
Error in met.gbm.lgg <- SummarizedExperiment::cbind(met.lgg.450, met.gbm.450)
Feb 27, 2021
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?
The text was updated successfully, but these errors were encountered: