Projects a genomic region onto two tracks and connects the two projections
with a filled quadrilateral. Typically used to link an overview track to
a zoomed detail track (e.g. ideogram → locus). Always used as a plot-level
link — t0 and t1 must be specified explicitly.
Usage
seq_zoom(
data = NULL,
mapping = NULL,
t0 = NULL,
t1 = NULL,
aesthetics = aes(),
...
)Details
Map vocabulary:
x0,x0_endrequired — genomic edges of the region in
t0.x1,x1_endoptional — genomic edges of the region in
t1; default tox0,x0_end(same region projected onto both tracks).chrom0,chrom1optional for GRanges (default
seqnames(data)); required fordata.frame.
Attachment edges auto-select so that the upper track attaches from its bottom and the lower track from its top.