ddpcr (version 1.11)

wells_positive: Get positive wells

Description

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

Usage

wells_positive(plate)

Arguments

plate

A ddPCR plate.

Value

Character vector with well IDs of positive wells

See Also

pnpp_experiment wells_negative

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir(), type = plate_types$pnpp_experiment) %>% analyze
wells_positive(plate)
# }

Run the code above in your browser using DataCamp Workspace