| dataRaw {GESE} | R Documentation |
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")
Format
A data frame with 198 observations on the following 26 variables.
FIDFamily iD
IIDIndividual ID
PATFather ID
MATMother ID
SEXsex
PHENOTYPEAffection status
X1Genotype for variant 1
X2Genotype for variant 2
X3Genotype for variant 3
X4Genotype for variant 4
X5Genotype for variant 5
X6Genotype for variant 6
X7Genotype for variant 7
X8Genotype for variant 8
X9Genotype for variant 9
X10Genotype for variant 10
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.
Examples
data(dataRaw)