ddpcr (version 1.11)

calculate_negative_freqs: Calculate negative frequencies in whole plate

Description

The resulting plate has the same droplet data but an updated metadata with the number of negative/positive droplets and the negative frequency.

Usage

calculate_negative_freqs(plate)

Arguments

plate

A ddPCR plate

See Also

pnpp_experiment

Examples

Run this code
# NOT RUN {
file <- system.file("sample_data", "small", "analyzed_pnpp.rds", package = "ddpcr")
plate <- load_plate(file)
plate %>% calculate_negative_freqs %>%
  well_info(wells_success(plate), "negative_freq")
# }

Run the code above in your browser using DataLab