In using gdapply to get coverage over all chromosomes of a GenomeDataList object: cov <- gdapply(extendedReads, coverage) how do you supply the "width" argument to coverage? When I try handing it a vector of chromosome lengths, it complains that it needs a single value. -Chris