waltlabtools.core.aeb

aeb(fon)[source]

The average number of enzymes per bead.

Converts the fraction of on-beads (fon) to the average number of enzymes per bead (AEB) using Poisson statistics. The formula used is aeb = -log(1 - fon).

Parameters

fon (numeric or array-like) -- A scalar or array of fractions of beads which are "on."

Returns

aeb (same as input, or array) -- The average number of enzymes per bead.

See also

fon

inverse of aeb