calculate_aberr_table {biodosetools} | R 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 |
assessment_u |
Expected |
Value
Data frame containing cell count (N
), aberrations (X
),
and other coefficients (dispersion index, u
-value, ...), as well as
raw count or case data
.
[Package biodosetools version 3.6.1 Index]