You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## This is originally from PFitter, but daysFromLambda has been modified to take inverse.lambda instead of lambda. Epsilon is the per position mutation rate, per generation -- but I think that the generations / day is fixed at around 0.5, so really this is the mutation rate position per two days. Note this lambda is PFitter's (so it is the lambda paramater of the poisson process describing the intersequence HD distribution).
default.epsilon <- 2.16e-05;
inverse.epsilon <- 1/default.epsilon; # "exported" for use elsewhere
phi <- sqrt( 1 + 4/3 );
phi.scalar <- 1.5 * ( phi / ( 1 + phi ) );
daysFromLambda.coefficient.of.inverse.epsilon <- function ( lambda, nb ) {