ecl-logo Documentation
ECL`

PlotELISA

PlotELISA[ElisaData]Plot

displays the absorbance, fluorescence, or luminescence intensities (ELISA), fluorescence intensities (CapillaryELISA with customized cartridges) or analyte concentration (CapillaryELISA with pre-loaded cartridges) vs dilution factors for the supplied ElisaData.

PlotELISA[Protocol]Plot

displays the absorbance, fluorescence, or luminescence intensities (ELISA), fluorescence intensities (CapillaryELISA with customized cartridges) or analyte concentration (CapillaryELISA with pre-loaded cartridges) vs dilution factors collected during Protocol.

Details

    Input
    Output
    Data Specifications Options
    Frame Options
    Grid Options
    Image Format Options
    Legend Options
    Plot Labeling Options
    Plot Range Options
    Plot Style Options
    General Options

Examples

open allclose all

Basic Examples  (8)

Given an Object[Data,ELISA] from ExperimentCapillaryELISA with a customizable cartridge, PlotELISA returns a plot:

Given an Object[Data,ELISA] from ExperimentCapillaryELISA with a pre-loaded cartridge, PlotELISA returns a plot:

Given an Object[Data,ELISA] from ExperimentCapillaryELISA with Multiplex, PlotELISA returns a plot:

Given an Object[Protocol,CapillaryELISA], PlotELISA returns a plot:

Given an Object[Protocol,ELISA] with DetectionMode set to AbsorbanceIntensity, PlotELISA returns a plot:

Given an Object[Protocol,ELISA] with DetectionMode set to FluorescenceIntensity, PlotELISA returns a plot:

Given an Object[Protocol,ELISA] with DetectionMode set to LuminescenceIntensity, PlotELISA returns a plot:

Given multiple Object[Data,ELISA], PlotELISA returns a plot:

Options  (13)

ELISADataDisplayStyle  (5)

ELISADataDisplayStyle is default to Sample for CapillaryELISA:

When ELISADataDisplayStyle is specified to All, all data are plotted together:

When ELISADataDisplayStyle is specified to Individual, each analyte is displayed separately for Multiplex CapillaryELISA:

When ELISADataDisplayStyle is specified to Plate, all data from the same ELISAPlate are plotted together with separate legends for wavelengths:

When ELISADataDisplayStyle is specified to Sample, all data with the same SamplesIn are plotted together with separate legends for spiking and wavelengths:

Frame  (1)

Specify a frame:

FrameLabel  (1)

Specify a frame label:

Joined  (1)

Specify if the points are joined:

LabelStyle  (1)

Specify a label style:

PlotLabel  (3)

Specify a list of plot labels for each slide view plot:

Specify a plot label:

Turn off plot label by specifying None:

Scale  (1)

Specify a scale:

Messages  (8)

MissingELISADataFields  (1)

If the data doe not have all required fields, throw error message and return $Failed:

MixmatchedCapillaryELISACartridgeType  (1)

If data from both pre-loaded CapillaryELISA cartridges and customizable CapillaryELISA cartridges are provided, throw error message and return $Failed:

MixmatchedELISAAssayType  (1)

If data from both CapillaryELISA and ELISA are provided, throw error message and return $Failed:

MixmatchedELISADataDisplayStyle  (1)

If ELISADataDisplayStyle is specified as Plate for CapillaryELISA data, throw error message and return $Failed:

MixmatchedELISADetectionMode  (1)

If data recorded different DetectionModes are provided, throw error message and return $Failed:

NoELISADataToPlot  (1)

If the protocol has no data, throw error message and return $Failed:

PlotELISAObjectNotFound  (2)

If the input data object does not exist in constellation, throw error message and return $Failed:

If the input protocol object does not exist in constellation, throw error message and return $Failed:

Last modified on Thu 12 Mar 2026 12:38:01