This dataset, lynch_ontario_families_df, is a data frame containing data from 32 Lynch Syndrome families segregating mismatch repair mutations selected from the Ontario Familial Colorectal Cancer Registry. The dataset includes 765 individuals (both probands and relatives) with 11 variables per observation.
Usage
data(lynch_ontario_families_df)
Format
A data frame with 765 observations and 11 variables:
- famID
Integer family identifier
- indID
Integer individual identifier
- fatherID
Integer father's identifier
- motherID
Integer mother's identifier
- gender
Integer gender code
- status
Integer disease status
- time
Integer time variable
- currentage
Integer current age
- mgene
Integer mutation gene status
- proband
Integer proband indicator
- relation
Integer relationship code
Details
The dataset name has been kept as 'lynch_ontario_families_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the DigestiveDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.