ddpcr (version 1.15.2)

calc_negative_freq_simple: Calculate negative frequency based on number of drops

Description

Calculate negative frequency based on number of drops

Usage

calc_negative_freq_simple(negative_drops, positive_drops)

Value

Fraction of drops that are negative.

Arguments

negative_drops

Number of negative drops.

positive_drops

Number of positive drops.

See Also

pnpp_experiment

Examples

Run this code
calc_negative_freq_simple(5, 45)

Run the code above in your browser using DataLab