View source: R/pnpp_experiment-calculate_neg_freq.R
calculate_neg_freq_single | R Documentation |
Calculate negative frequency of a single well
calculate_neg_freq_single(plate, well_id)
plate |
A ddPCR plate |
well_id |
A well ID |
list with 3 elemnts: number of negative drops, number of positive drops, and fraction of negative drops.
pnpp_experiment
file <- system.file("sample_data", "small", "analyzed_pnpp.rds", package = "ddpcr")
plate <- load_plate(file)
plate %>% calculate_neg_freq_single("A05")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.