Skip to content
Prev 1576 / 21307 Next

[Bioc-devel] rbind for ExpressionSet objects?

The idea is for rbind2 and cbind2 to be able to deal with multiple 
arguments by combining them pairwise, where there is some chance of 
dealing with the ambiguity.  There are some notes in the man page, and 
use of these in a non-trivial way requires buying into a number of other 
things that one may or may not want to do (and some care may be needed 
to turn this on and off in appropriate situations).

ETH-Martin, while I understand your desire to make rbind2 etc some sort 
of standard for S4, as FHCRC-Martin said, that is not the operation that 
is being performed (at least not very often).  We typically have much 
more complex arrangments (and in a sense this would be more like merge 
and friends, but still different enough that I think we need to keep our 
notion of combine.
Martin Morgan wrote: