Description Slots Methods Author(s) See Also
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
.
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.
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
.
Kylie A. Bemis
ImagingExperiment
,
SparseImagingExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.