ddpcr (version 1.15.2)

wells_success: Get successful/failed wells

Description

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.

Usage

wells_success(plate)

wells_failed(plate)

Value

List of wells that had a successful/failed ddPCR run.

Arguments

plate

A ddPCR plate

See Also

remove_failures

Examples

Run this code
if (FALSE) {
dir <- sample_data_dir()
plate <- new_plate(dir) %>% analyze
plate %>% wells_success
plate %>% wells_failed
}

Run the code above in your browser using DataLab