Description Usage Arguments Value Author(s) Examples
An S4 class for multiple wells in a ddPCR experiment.
The constructor for the ddpcrPlate
class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 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
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.