ImagingResult-class: ImagingResult: Results of statistical analysis of imaging...

Description Slots Methods Author(s) See Also

Description

The ImagingResult class is a virtual class for containing the results of statistical analyses applied to imaging experiments. It includes the pixel and feature metadata of the original imaging experiment, but the image data may be missing. The results are stored as a list, where each element contains the results of a single model or parameter set. Results from multiple models or parameter sets may be stored together.

The SparseImagingResult subclass inherits from both SparseImagingExperiment and ImagingResult.

Slots

imageData:

An object inheriting from ImageArrayList, storing one or more array-like data elements with conformable dimensions. This may be empty.

featureData:

Contains feature information in a XDataFrame. Each row includes the metadata for a single feature (e.g., a color channel, a molecular analyte, or a mass-to-charge ratio).

elementMetadata:

Contains pixel information in a PositionDataFrame. Each row includes the metadata for a single observation (e.g., a pixel), including specialized slot-columns for tracking pixel coordinates and experimental runs.

resultData:

A List containing the results of statistical analysis. Each element contains the results of a single model or parameter set.

modelData:

A DataFrame providing details about the models or parameters used in the analysis. Must have the same number of rows as the length of resultData.

metadata:

A list containing experiment-level metadata.

Methods

All methods for ImagingExperiment also work on ImagingResult objects. Additional methods are documented below:

modelData(object), modelData(object) <- value:

Get or set the modelData.

resultData(object, i, j), resultData(object, i) <- value:

Get or set the corresponding element of resultData.

resultNames(object):

Get the names of the components of resultData.

Author(s)

Kylie A. Bemis

See Also

ImagingExperiment, SparseImagingExperiment


Cardinal documentation built on Nov. 8, 2020, 11:10 p.m.