| LDO-class {LoBrA} | R Documentation |
An S4 class to represent a 'LoBrA' Data Object (LDO). It stores multiple time series data for muliple experiements and multiple Components. It allows repeated measurements of a component, irregular sampling, and unequal temporal spacing of the time points.
Description
An S4 class to represent a 'LoBrA' Data Object (LDO). It stores multiple time series data for muliple experiements and multiple Components. It allows repeated measurements of a component, irregular sampling, and unequal temporal spacing of the time points.
Slots
namecharacter Name of the 'LDO' object
dataMatriceslist List of matrices of component measurement. It contains a measurement for each time point and each experiment.
backgroundMatriceslist List of matrices of background measurements. It contains a measurement for each time point and each experiment.
peaknamescharacter Character vector of Component names
timesnumeric Vector of times for each time point in the data
idscharacter Vector of identifiers for the experiments
labelsfactor Vector of class labels for each experiment
[Package LoBrA version 1.0 Index]