Learn R Programming

flagme (version 1.28.0)

correlationAlignment-class: "correlationAlignment-class"

Description

A class containing the index of the aligned chromatographic peaks.

Arguments

Objects from the Class

Objects can be created by calls of the form new("correlationAlignment", ...). The object created contains both the results of the alignment procedure and the file used and as center-star.

Slots

Alignment:
Object of class "align" contain the matrix of the aligned features. The rows represent the different peaks while the columns represent the files. The values of the matrix refers to peaksind slot of the peaksDataSet object.
Center:
Object of class "character" contain the file used as a center-star.

Methods

show
signature(object = "correlationAlignment")

See Also

correlationAlignment for further information about the alignment function.

Examples

Run this code
showClass("correlationAlignment")

Run the code above in your browser using DataLab