calculate_aberr_table | R Documentation |
Calculate aberrations table
calculate_aberr_table(
data,
type = c("count", "case"),
aberr_module = c("dicentrics", "translocations", "micronuclei"),
assessment_u = 1
)
data |
Count or case data. |
type |
Type of input data. Either "count" and "case". |
aberr_module |
Aberration module, required for |
assessment_u |
Expected |
Data frame containing cell count (N
), aberrations (X
),
and other coefficients (dispersion index, u
-value, ...), as well as
raw count or case data
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.