Aberration calculation functions
calculate_aberr_power(data, aberr_prefix = "C", power = 1)calculate_aberr_mean(X, N)
calculate_aberr_var(X, X2, N)
calculate_aberr_disp_index(mean, var)
calculate_aberr_u_value(X, N, mean, var, assessment_u = 1)
init_aberr_table(
data,
type = c("count", "case"),
aberr_module = c("dicentrics", "translocations", "micronuclei")
)
Count or case data.
Prefix of the aberrations in the data.
Power of aberration.
Sum of detected aberrations.
Number of cells analysed.
Quadratic sum of detected aberrations.
Mean.
Variance.
Expected \(u\)-value of the assessment. For a Poisson distribution this should be unity.
Type of input data. Either "count" and "case".
Aberration module.