setDropletVolume: Set the droplet volume in microlitres (ul).

Description Usage Arguments Value Author(s) Examples

View source: R/global.R

Description

Change the volume of droplets used in the ddPCR experiment.

Usage

1
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

1
2
3
4
## Change the droplet volume.
ddpcr$dropletVolume
setDropletVolume(0.00091)
ddpcr$dropletVolume

twoddpcr documentation built on Nov. 8, 2020, 5:49 p.m.