The display format of the PCR, analogous to the the qPCR instrument run format. Inherits: rdmlBaseType.

Format

An R6Class generator object.

Details

Rotor formats always have 1 column; rows correspond to the number of places in the rotor. Values for common formats are:

FormatrowscolumnsrowLabelcolumnLabel
single-well11123123
48-well plate68ABC123
96-well plate812ABC123
384-well plate1624ABC123
1536-well plate3248ABC123
3072-well array3296A1a1A1a1
5184-well chip7272ABC123
32-well rotor321123123
72-well rotor721123123
100-well rotor1001123123
free format-11123123

If rows field has value -1, the function will not try to reconstruct a plate and just display all run data in a single column. If the columns field has value 1 then the function will not display a column label.

Initialization

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

@section Fields:

rows

checkCount.

columns

checkCount.

rowLabel

labelFormatType.

columnLabel

labelFormatType.

Super class

RDML::rdmlBaseType -> pcrFormatType

Methods

Public methods

Inherited methods

Method new()

Usage

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


Method clone()

The objects of this class are cloneable with this method.

Usage

pcrFormatType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.