ddpcr (version 1.15.2)

wells_negative: Get negative wells

Description

After a ddPCR plate of type pnpp_experiment has been analyzed, get the wells that were not deemed as having mostly positive droplets.

Usage

wells_negative(plate)

Value

Character vector with well IDs of negative wells

Arguments

plate

A ddPCR plate.

See Also

pnpp_experiment
wells_positive

Examples

Run this code
if (FALSE) {
plate <- new_plate(sample_data_dir(), type = plate_types$pnpp_experiment) %>% analyze
wells_negative(plate)
}

Run the code above in your browser using DataLab