View source: R/managePlinkData.R
getGroupLabel | R Documentation |
Get the group label from the PLINK FAM file.
getGroupLabel(inputFAMfile)
inputFAMfile |
the PLINK FAM file. |
If the input FAM file also has missing outcomes, which are shown in the sixth column of FAM file as "0", then an error is given.
The group label of the genotype data: "control" or "case" or "caseControl" indicating both groups exist.
Junfang Chen
famFile <- system.file("extdata", "genoUpdatedData.fam", package="Gimpute") getGroupLabel(inputFAMfile=famFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.