Skip to content
Prev 3138 / 21312 Next

[Bioc-devel] coverage,GenomicRanges interpretation of 'weight'

On 02/23/2012 11:22 AM, Cook, Malcolm wrote:
In the early days, the "coverage" method for GenomicRanges also used
to take a non-empty list but I changed this about one year ago for
the "NULL or a numeric vector" interface, which I find more natural
(putting the widths for each seqlevel in a numeric vector is
more natural than putting them in a list where each element is a
numeric vector of length 1, and it's consistent with 'seqlengths(x)').

We should definitely make the same change to the other "coverage"
methods that still use the old interface though (RangesList,
RangedData, there might be more...). I've put this on our list.

Thanks,
H.