wells_success | R Documentation |
Get a list of wells that had successful or failed ddPCR runs. One of the analysis steps for ddPCR plates includes identifying failed wells, which are wells where the ddPCR run was not successful and did not produce useful droplet data.
wells_success(plate)
wells_failed(plate)
plate |
A ddPCR plate |
List of wells that had a successful/failed ddPCR run.
remove_failures
## Not run:
dir <- sample_data_dir()
plate <- new_plate(dir) %>% analyze
plate %>% wells_success
plate %>% wells_failed
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.