calculate_neg_freq_single: Calculate negative frequency of a single well

View source: R/pnpp_experiment-calculate_neg_freq.R

calculate_neg_freq_singleR Documentation

Calculate negative frequency of a single well

Description

Calculate negative frequency of a single well

Usage

calculate_neg_freq_single(plate, well_id)

Arguments

plate

A ddPCR plate

well_id

A well ID

Value

list with 3 elemnts: number of negative drops, number of positive drops, and fraction of negative drops.

See Also

pnpp_experiment

Examples

file <- system.file("sample_data", "small", "analyzed_pnpp.rds", package = "ddpcr")
plate <- load_plate(file)
plate %>% calculate_neg_freq_single("A05")

daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.