Functional setters for Ranges objects
set_width(x, width)
set_start(x, start = 0L)
set_end(x, end = 0L)
set_seqnames(x, seqnames)
set_strand(x, strand)
a Ranges object
integer amount to modify width by
integer amount to modify start by
integer amount to modify end by
update seqnames column
update strand column
a Ranges object
These methods are used internally in mutate()
to modify
core columns in Ranges objects.