Learn R Programming

dpcR (version 0.1.2-1)

ddpcr-class: Class "ddpcr"

Description

A class specifically designed to contain results from droplet 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 by number of molecules "nm", number of positive droplets "tnm" (in this case whole experiment is represented by one row) or fluorescence "fluo".

Arguments

See Also

Ploting and managment: extract_dpcr, plot_vic_fam.

Simulation: sim_ddpcr.

Array digital PCR: adpcr.

Examples

Run this code
ddpcr_fluo <- sim_ddpcr(m = 10, n = 20, times = 5, fluo = list(0.1, 0))
plot(ddpcr_fluo)

ddpcr <- sim_ddpcr(m = 10, n = 20, times = 5)

Run the code above in your browser using DataLab