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

name

character Name of the 'LDO' object

dataMatrices

list List of matrices of component measurement. It contains a measurement for each time point and each experiment.

backgroundMatrices

list List of matrices of background measurements. It contains a measurement for each time point and each experiment.

peaknames

character Character vector of Component names

times

numeric Vector of times for each time point in the data

ids

character Vector of identifiers for the experiments

labels

factor Vector of class labels for each experiment


[Package LoBrA version 1.0 Index]