calculate_aberr_table: Calculate aberrations table

calculate_aberr_tableR Documentation

Calculate aberrations table

Description

Calculate aberrations table

Usage

calculate_aberr_table(
  data,
  type = c("count", "case"),
  aberr_module = c("dicentrics", "translocations", "micronuclei"),
  assessment_u = 1
)

Arguments

data

Count or case data.

type

Type of input data. Either "count" and "case".

aberr_module

Aberration module, required for type = "case".

assessment_u

Expected u-value of the assessment. For a Poisson distribution this should be unity.

Value

Data frame containing cell count (N), aberrations (X), and other coefficients (dispersion index, u-value, ...), as well as raw count or case data.


biodosimetry-uab/biodosetools documentation built on Jan. 26, 2024, 5:36 p.m.