Description Usage Arguments Value Slots Author(s) Examples
An S4 class for the classification of a single well in a ddPCR experiment.
The constructor for the ddpcrWell
class.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
well |
A well with columns |
object |
Any R object |
A ddpcrWell
object with the given droplets in the well.
dropletAmplitudes
A data frame with columns Ch1.Amplitude
and Ch2.Amplitude
corresponding to all the droplets in the ddPCR
well.
classification
A vector of factors, where the levels are given by
ddpcr$classesRain
.
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{ddpcrWell} object can be created from data from a list of data
## frames.
ddpcrWell(KRASdata[[1]])
## An CSV file of droplet amplitudes can also be loaded.
ampFile <- system.file("extdata/amplitudes/sample_B03_Amplitude.csv",
package="twoddpcr")
ddpcrWell(ampFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.