Learn R Programming

dpcR (version 0.5)

rtadpcr-class: 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.

Arguments

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

Run this code
# NOT RUN {
#none

# }

Run the code above in your browser using DataLab