Add a Topological Domain to a Count Heatmap
ggDomain(td, dx = NULL, delta = 0.04, vline = 0, size = 2, color = "#666666")
A single-row data.frame.
Absolute distance to heatmap.
If dx = NULL
(default), then dx = delta * w + vline
where w
is
the width of the domain.
The thickness and color of the domain line.
A ggplot2::geom_segment object to be added to the count heatmap.