Learn R Programming

dpcR (version 0.1.2-1)

adpcr-class: Class "adpcr"

Description

A class specifically designed to contain results from array digital PCR experiments. Data is represented as matrix, where each column describes different experiment. Type of data in all columns is specified in slot "type" and could be a number of molecules "nm", a number of positive droplets "tnm" (in this case whole experiment is represented by one row), a cycle threshold of each well "ct" or fluorescence values "fluo".

Arguments

See Also

Ploting and management: extract_dpcr, plot_panel.

Simulation: sim_adpcr.

Droplet digital PCR: ddpcr.

Examples

Run this code
rand_array <- sim_adpcr(400, 1600, 100, pos_sums = FALSE, n_panels = 5)
one_rand_array <- extract_dpcr(rand_array, 1)
plot_panel(one_rand_array, 40, 40)

Run the code above in your browser using DataLab