Trace types that share the scatter extraction: one x and one y per point.
A Manhattan plot is a scatter read almost entirely through a threshold —
-log10(p) against genomic position — and a volcano is the same reading
with effect size on the x axis. Both carry two things a scatter does not
(what each point is, and which region it belongs to) but are extracted the
same way, by buildScatterLayer.
Trace types that share the scatter extraction: one x and one y per point.
A Manhattan plot is a scatter read almost entirely through a threshold —
-log10(p)against genomic position — and a volcano is the same reading with effect size on the x axis. Both carry two things a scatter does not (what each point is, and which region it belongs to) but are extracted the same way, by buildScatterLayer.