powered by
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)
A ddPCR plate
pnpp_experiment
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