rtadpcr-class {dpcR} | R Documentation |
Class "rtadpcr"
- real-time array digital PCR experiments
Description
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.
Author(s)
Michal Burdukiewicz.
See Also
End-point array digital PCR: adpcr
.
Droplet digital PCR: dpcr
.
Examples
#none
[Package dpcR version 0.6 Index]