Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem for merging two summarizedExperiments objects #608

Open
NicoTaj opened this issue Nov 2, 2023 · 0 comments
Open

Problem for merging two summarizedExperiments objects #608

NicoTaj opened this issue Nov 2, 2023 · 0 comments

Comments

@NicoTaj
Copy link

NicoTaj commented Nov 2, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant