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
The error returned is :
Error in .aggregate_and_align_all_colnames(all_colnames, strict.colnames = strict.colnames) : the DFrame objects to combine must have the same column names
I understand the problem (the column names are not the same in gbm_exp and lgg_exp) but I can't find an easy way to solve it.
Can you help me ?
Thank you very much!
Best regards,
Nicolas
The text was updated successfully, but these errors were encountered:
Dear Colleagues, I'm currently following the TCGA Workflow published on https://www.bioconductor.org/packages/release/workflows/vignettes/TCGAWorkflow/inst/doc/TCGAWorkflow.html#Methods as is.
Everything works fine until I try to merge exp_gbm and exp_lgg summarizedExperiment objects via the code:
exp_gbm_lgg <- SummarizedExperiment::cbind( exp_lgg, exp_gbm )
The error returned is :
Error in .aggregate_and_align_all_colnames(all_colnames, strict.colnames = strict.colnames) : the DFrame objects to combine must have the same column names
I understand the problem (the column names are not the same in gbm_exp and lgg_exp) but I can't find an easy way to solve it.
Can you help me ?
Thank you very much!
Best regards,
Nicolas
The text was updated successfully, but these errors were encountered: