View source: R/pnpp_experiment-classify.R
classify_droplets | R Documentation |
The main analysis step for ddPCR plates of type pnpp_experiment
.
Classify each droplet as either rain, ++, or +-. Also calculate the frequency
of negative droplets, and attempt to detemine if each well has a statistically
significant number of such droplets.
See the README for
more information about the algorithm used.
classify_droplets(plate)
plate |
A ddPCR plate. |
This function is recommended to be run as part of an analysis pipeline (ie.
within the analyze
function) rather than being called
directly.
A ddPCR plate with all droplets assigned to a cluster. The plate's metadata will have several new variables.
This is an S3 generic, which means that different ddPCR plate types can implement this function differently. See the README for more information on how to implement custom ddPCR plate types.
analyze
classify_droplets_single
mark_clusters
has_signif_negative_cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.