calculate_negative_freqs {ddpcr} | R Documentation |
The resulting plate has the same droplet data but an updated metadata with the number of negative/positive droplets and the negative frequency.
calculate_negative_freqs(plate)
plate |
A ddPCR plate |
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")