setDropletVolume {twoddpcr}R Documentation

Set the droplet volume in microlitres (ul).

Description

Change the volume of droplets used in the ddPCR experiment.

Usage

setDropletVolume(volume = 0.00085)

Arguments

volume

The new volume of each droplet. Defaults to 0.00085, which is the default given by Bio-Rad.

Value

Sets the internal droplet volume.

Author(s)

Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk

Examples

## Change the droplet volume.
ddpcr$dropletVolume
setDropletVolume(0.00091)
ddpcr$dropletVolume


[Package twoddpcr version 1.18.0 Index]