Description Usage Arguments Details Value
Functional setters for Ranges objects
1 2 3 4 5 6 7 8 9 | set_width(x, width)
set_start(x, start = 0L)
set_end(x, end = 0L)
set_seqnames(x, seqnames)
set_strand(x, strand)
|
x |
a Ranges object |
width |
integer amount to modify width by |
start |
integer amount to modify start by |
end |
integer amount to modify end by |
seqnames |
update seqnames column |
strand |
update strand column |
These methods are used internally in mutate()
to modify
core columns in Ranges objects.
a Ranges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.