## S3 method for class 'dna_seg':
range(x, ...)
## S3 method for class 'comparison':
range(x, overall=TRUE, ...)
## S3 method for class 'annotation':
range(x, ...)
Arguments
x
Object to calculate the range from.
overall
Logical, TRUE by default. Should the range be calculated over
the whole object? If FALSE, a range is calculated on each
side of the comparison.
...
Unused.
Value
A numeric of length 2. For comparison, if overall is
FALSE, a data frame with two rows and two columns, xlim1
and xlim2.
Details
Calculate the overall range of a dna_seg, comparison or
an annotation object.