Sigurdson: Chromosome translocation versus age data

Description Usage Format Details References Examples

Description

This is chromosome translocation versus age data that is pooled across gender and race.

Usage

1

Format

A data frame named Sigurdson with the following columns.

age

Age of donor of lymphocytes.

tlcn

Total number of chromosomal translocations per 100 cell equivalents.

Details

The data were obtained using FISH, see reference below. This dataset is loaded automatically with library(SEERaBomb). As such, the function data() is not needed.

References

Sigurdson et al. Mutation Research 652 (2008) 112-121

Examples

1
2
3
library(SEERaBomb)
with(Sigurdson,plot(age,tlcn,cex=2,cex.axis=2,cex.lab=2,las=1,cex.main=2,
               ylab="",main="Translocations per 100 cells"))

SEERaBomb documentation built on Dec. 16, 2019, 1:21 a.m.