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