A class designed to contain results from real-time array digital PCR experiments. Data is represented as matrix, where each column describes different measurement point (i.e. cycle number) and every row different partition.

Slots

list(".Data")
"matrix" containing data from array. See Description.
:
"matrix" containing data from array. See Description.
list("n")
Object of class "integer" equal to the number of partitions.
:
Object of class "integer" equal to the number of partitions.
list("type")
Object of class "character" defining type of data.
:
Object of class "character" defining type of data.

See also

End-point array digital PCR: adpcr.

Droplet digital PCR: dpcr.

Examples

#none