remove_empty {ddpcr} | R Documentation |
Find the empty droplets (double-negative droplets) in each well in a plate
and assign these droplets to the EMPTY cluster.
See the README for
more information about the algorithm used to find empty droplets.
remove_empty(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 the empty droplets marked as empty. The plate's metadata will have a few new variables relating to the empty droplets.
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.