Hi Kamal,
The "rbind" method for SummarizedExperiment objects is defined in the
GenomicRanges package:
> library(GenomicRanges)
> selectMethod("rbind", "SummarizedExperiment")
Method Definition:
function (..., deparse.level = 1)
{
args <- unname(list(...))
.rbind.SummarizedExp
Hi Florian,
Yes you're absolutely right. The fork currently depends on some
functions which are not yet included in the CRAN build. For now you
can get the latest development version on
http://batchjobs.googlecode.com. We'll upload a new version of
BatchJobs soon. I've documented this as an issue