Description Usage Format Details Examples
A data frame that can be created from the .raw formatted filed generated by PLINK.
1 | data("dataRaw")
|
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
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.
1 |
Loading required package: kinship2
Loading required package: Matrix
Loading required package: quadprog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.