ecl-logo Documentation
ECL`

PlotFluorescenceIntensity

PlotFluorescenceIntensity[FluorescenceData]Plot

provides a graphical plot of the provided fluorescence intensities from the given data objects either in the form of a histogram or a box and whisker plot.

PlotFluorescenceIntensity[Protocol]Plot

creates a Plot of fluorescence intensities in the data objects found in the Data field of Protocol.

PlotFluorescenceIntensity[Intensities]Plot

provides a graphical plot of the provided fluorescence intensities either in the form of a histogram or a box and whisker plot.

Details

    Input
    Output
    Data Processing Options
    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

Example Setup

These expressions are used in the examples to follow:

Basic Examples  (5)

Compare intensities across datasets using a BoxWhiskerChart:

Plot a histogram of intensities:

Plot a histogram of intensities from links:

Plot data objects linked to a given FluorescenceIntensity protocol object:

Input Type  (1)

Grouped lists of info packets:

Additional Examples  (6)

Input Type  (3)

Grouped lists of intensity values:

List of info packets:

List of intensity values:

Quantity Arrays  (3)

A list of intensity quantity arrays:

Given a QuantityArray containing a single group of intensity data sets:

QuantityArray of intensities:

Options  (19)

BoxWhiskerType  (1)

Use BoxWhiskerChart options to show additional information, here a mean confidence interval diamond:

ChartLabels  (1)

Label the plot:

DataSet  (2)

Use the intensity data measured at the primary wavelength:

Use the intensity data measured at the secondary wavelength:

EmissionWavelength  (1)

Use the intensity data measured at the specified wavelength:

ExcitationWavelength  (1)

Use the intensity data measured at the specified wavelength:

Legend  (1)

Create a plot legend:

Output  (3)

Return a list of resolved options when Output->Options:

Return an empty list when Output->Tests:

Return a plot when Output->Preview:

PlotType  (4)

A flat list of intensities can also be displayed as a BarChart or BoxWhiskerChart:

A flat list of intensities defaults to a Histogram diplsay:

Grouped lists of intensities can also be displayed as a BarChart or Histogram:

Grouped lists of intensities defaults to a BoxWhiskerChart diplsay:

TargetUnits  (5)

Specify a TargetUnit:

Specify a TargetUnit for a BarChart:

Specify a TargetUnit when given data objects:

Specify a TargetUnit when given grouped data objects:

TargetUnits default to the unit on the data:

Messages  (3)

DuplicateWavelengths  (1)

Prints a warning and uses the first value if there are multiple readings at the same wavelength:

MismatchedWavelengthsAndIntensities  (1)

Print a message and returns $Failed if the length of emission wavelengths does not match the length of the recorded intensities:

NoDataAtWavelength  (1)

Print a message and returns $Failed if no data was found at the requested wavelength:

Last modified on Fri 19 Sep 2025 08:46:16