numCallable {genoset} | R Documentation |
For Rle coverage vector, count number of positions where value >= min, think callable bases.
numCallable(rle, bounds, min)
rle |
integer Rle, no NAs |
bounds |
IRanges or matrix, positions in Rle to consider. If |
min |
scalar integer, count Rle positions >= this value. |
integer vector of length nrow(bounds)