waltlabtools.core.fon¶
- fon(aeb)[source]¶
The fraction of beads which are on.
Converts the average enzymes per bead (AEB) to the fraction of on-beads (fon) using Poisson statistics. The formula used is fon = 1 - exp(-aeb).
- Parameters
aeb (numeric or array-like) -- A scalar or array of the average number of enzymes per bead.
- Returns
fon (same as input, or array) -- The fractions of beads which are "on."
See also
aeb
inverse of
fon