Add a Topological Domain Label to a Count Heatmap
ggDomainLabel(
td,
fmt = "%s: %.2f - %.2f Mbp",
rot = 45,
dx = 0,
vjust = 2.5,
cex = 1.5
)
A single-row data.frame.
The base::sprintf-format string taking (chromosome, start, stop) as (string, numeric, numeric) input.
The amount of rotation in [0,360] of label.
The vertical adjustment of the label (relative to rotation)
The scale factor of the label.
A ggplot2::ggproto object to be added to the count heatmap.