MAIDR Documentation - v4.4.0
    Preparing search index...

    Type Alias ScatterMarkTraceType

    ScatterMarkTraceType: typeof MANHATTAN | typeof SCATTER | typeof VOLCANO

    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.