ddpcrPlate-class {twoddpcr} | R Documentation |
An S4 class for multiple wells in a ddPCR experiment.
The constructor for the ddpcrPlate
class.
ddpcrPlate(wells) ## S4 method for signature 'list' ddpcrPlate(wells) ## S4 method for signature 'ddpcrPlate' ddpcrPlate(wells) ## S4 method for signature 'character' ddpcrPlate(wells) ## S4 method for signature 'missing' ddpcrPlate(wells) ## S4 method for signature 'ddpcrPlate' show(object)
wells |
Either:
|
object |
Any R object |
A ddpcrPlate
object with the given wells.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
## A \code{ddpcrPlate} object can be created from data from a list of data ## frames. ddpcrPlate(KRASdata) ## A directory (or individual files) of droplet amplitude CSVs can also be ## loaded. moreAmpsDir <- system.file("extdata", "more-amplitudes", package="twoddpcr") ddpcrPlate(moreAmpsDir)