COMPUTE THE DIFFERENCE OF ALL CURVES BETWEEN RESPECTIVE ONES

Computes the element-wise difference between successive pairs of curves in a collection — each curve has the corresponding next curve’s values subtracted from it. Use this worker when you need pairwise subtraction across an ordered set of curves (e.g., baseline minus variant for multiple channels at once).

When to use

Classification: process.

Tagged: batch, curves, difference, pairwise, subtract, transform.

Inputs

Label ID Type Default Required Description
Curve From Which The Values Are To Be Subtracted curvefromwhichthevaluesaretobesubtracted vector   Ordered collection of input curves (vector format); each curve will have the values of the next curve in the set subtracted from it. Supply two or more curves — the worker processes them pairwise in the order provided.

Outputs

Label ID Type Description
curves_subtract_between_output_1 curves_subtract_between_output_1 vector Collection of resulting difference curves (vector format), one per adjacent pair from the input set; the i-th output curve equals input[i] minus input[i+1].

Disciplines

  • data.curve.pair
  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_subtract_between


Auto-generated from transformation schema. Worker id: curves_subtract_between. Schema hash: 642cd96b69e0. Hand-curated docs in workerexamples/ override this page when present.