Skip to contents

Same anchor / t0-t1 rules as seq_arc(), but draws stems from the baseline up to the arch endpoints and renders stubs (with a partner chromosome label) for half-visible links. Stub rendering is controlled by aes(plotStubs = TRUE) (default).

Usage

seq_arch(
  data = NULL,
  mapping = NULL,
  t0 = NULL,
  t1 = NULL,
  aesthetics = aes(),
  ...
)

Arguments

data

Optional GRanges or data.frame. Falls back to the parent track's data.

mapping

Optional map().

t0, t1

Track identifiers. Locked to the parent track when added inside a seq_track().

aesthetics

Optional aes(): color, linewidth, orientation ("+" / "-" / "*"), curve ("length", "equal", or numeric).

...

Reserved.

Value

A SeqArchR6 instance.