Description Usage Arguments Value Author(s) See Also Examples
rescale()
rescales IRanges
, GRanges
, IRangesList
and GRangesList
by using minima and maxima derived from to
and
from
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | rescale(x, to = 1L, from = 1L)
## S4 method for signature 'IRanges'
rescale(x, to = 1L, from = 1L)
## S4 method for signature 'IRangesList'
rescale(x, to = 1L, from = 1L)
## S4 method for signature 'GRanges'
rescale(x, to = 1L, from = 1L)
## S4 method for signature 'GRangesList'
rescale(x, to = 1L, from = 1L)
|
x |
a |
to, from |
an |
an object of the same type and dimensions as x
H. Pagès, F. Ernst
IRanges
for details on
character
vectors coercible to IRanges
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.