View source: R/pnpp_experiment-calculate_neg_freq.R
calculate_negative_freqs | 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 |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.