ecl-logo Documentation

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[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

Basic Examples  (4)

Plot a histogram of intensities:

Plot a histogram of intensities from links:

Compare intensities across datasets using a BoxWhiskerChart:

Input Type  (1)

Grouped lists of info packets:

Additional Examples  (6)

Input Type  (3)

List of info packets:

List of intensity values:

Grouped lists of intensity values:

Quantity Arrays  (3)

QuantityArray of intensities:

A list of intensity quantity arrays:

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

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 plot when Output->Preview:

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

Return an empty list when Output->Tests:

PlotType  (4)

A flat list of intensities defaults to a Histogram diplsay:

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

Grouped lists of intensities defaults to a BoxWhiskerChart diplsay:

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

TargetUnits  (5)

TargetUnits default to the unit on the data:

Specify a TargetUnit:

Specify a TargetUnit when given data objects:

Specify a TargetUnit when given grouped data objects:

Specify a TargetUnit for a BarChart:

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: