remove_failures | R Documentation |
Check if any wells have failed the ddPCR experiment by checking a series
of quality control metrics. If any well is deemed as a failure, all the droplets
in that well will be assigned to the FAILED cluster.
See the README for
more information about the algorithm used to find failed wells.
remove_failures(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 droplets in failed wells marked as failed. The plate's
metadata will have a new variable success
which will be FALSE
for any failed well and TRUE
for all others.
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
is_well_success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.