Learn R Programming

RDML (version 0.9-1)

pcrFormatType: pcrFormatType R6 class.

Description

The format of the run - This allows the software to display the data according to the qPCR instrument run format.Inherits: rdmlBaseType.

Usage

pcrFormatType

Arguments

Format

An R6Class generator object.

Initialization

pcrFormatType$new(rows, columns, rowLabel, columnLabel)

Fields

rows
is.count.
columns
is.count.
rowLabel
labelFormatType.
columnLabel
labelFormatType.

Details

Rotor formats always have 1 column; rows correspond to the number of places in the rotor. Values for common formats are:
Format rows columns rowLabel
columnLabel single-well 1 1
123 123 48-well plate 6
8 ABC 123 96-well plate
8 12 ABC 123
384-well plate 16 24 ABC
123 1536-well plate 32 48
ABC 123 3072-well array 32
96 A1a1 A1a1 5184-well chip
72 72 ABC 123
32-well rotor 32 1 123
123 72-well rotor 72 1
123 123 100-well rotor 100
1 123 123 Format
If rows are -1 then the software should not try to reconstruct a plate and just display all react data in list (1 column) form. If columns is 1 then the software should not display a column label.