Learn R Programming

dpcR (version 0.1.4.0)

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".

Arguments

Details

Possible type values of adpcr objects:
  1. "fluo": fluorescence of each droplet,
"nm": number of molecules in each droplet, "np": status (positive (1) or negative(0)) of each droplet, "tnp": total number of positive droplets in the reaction (single value per each reaction, not per droplet).

See Also

Ploting and managment: bind_dpcr, 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