dataRaw:
dataRaw - a data frame containing the pedigree, phenotype and genotype information
Description
A data frame that can be created from the .raw formatted filed generated by PLINK.
Usage
data("dataRaw")
Arguments
Format
A data frame with 198 observations on the following 26 variables.
Details
The number of rows equal the number of subjects in the data and the number of columns equas the number of markers M + 6. The first six columns with specific column names include: the Family ID (FID), Individual ID (IID), father ID(PAT), mother ID (MAT), sex (SEX) and affection status (PHENOTYPE). The rest of the columns containing the genotypes for the variants listed in the coreesponding mapInfo file. It is also important to make sure that the recoding is with respect to the minor allele in the population. The affection status of this file will be used as the phenotype.