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

c() does not work on SummarizedExperiment #27

Open
lawremi opened this issue Jul 18, 2019 · 1 comment
Open

c() does not work on SummarizedExperiment #27

lawremi opened this issue Jul 18, 2019 · 1 comment
Assignees

Comments

@lawremi
Copy link

lawremi commented Jul 18, 2019

I would have assumed that c() would be equivalent to rbind() on SummarizedExperiment. However, it fails, because bindROWS,Vector() does not handle the assays. Perhaps rbind,SummarizedExperiment() should be refactored into a bindROWS() method?

@mjsteinbaugh
Copy link

I wrote a combine() method to merge multiple SummarizedExperiment objects, for reference:
https://github.com/acidgenomics/basejump/blob/master/R/combine-methods.R

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

3 participants