hc_which-GenomicHilbertCurve-method | R Documentation |
Query regions
## S4 method for signature 'GenomicHilbertCurve'
hc_which(object, ix, iy)
object |
a |
ix |
A single position on x-axis. |
iy |
A single position on y-axis. |
Values of ix
and iy
should be integers and take values in [1, 2^level].
A data frame with three columns chr
, start
and end
. The value corresponds to the genomic ranges.
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.