View source: R/calcs_translocations.R
calculate_trans_rate_sigurdson | R Documentation |
Method based on the paper by Sigurdson, A. J. et al. (2008). International study of factors affecting human chromosome translocations. Mutation Research/Genetic Toxicology and Environmental Mutagenesis, 652(2), 112-121. <doi:10.1016/j.mrgentox.2008.01.005>.
calculate_trans_rate_sigurdson(
cells,
genome_factor,
age_value,
sex_bool = FALSE,
sex_value = "none",
smoker_bool = FALSE,
ethnicity_value = "none",
region_value = "none"
)
cells |
Number of cells |
genome_factor |
Genomic conversion factor. |
age_value |
Age of the individual. |
sex_bool |
If |
sex_value |
Sex of the individual, either "male" of "female". |
smoker_bool |
Whether the individual smokes or not. |
ethnicity_value |
Ethnicity of the individual. |
region_value |
Region of the individual. |
Numeric value of translocation rate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.