By default this procedure will only impact counts in the bins that are variable length (for example tail ends of chromosomes).
Usage
length_normalize(
sce,
assay_name = "counts",
assay_to = "counts_lenNorm",
binwidths = width(rowRanges(sce)),
by_factor = getmode(binwidths),
verbose = FALSE
)