read_fam {skater} | R Documentation |
Reads in a PLINK-formatted .fam file. Input file
must have six columns:
Family ID
Individual ID
Father ID
Mother ID
Sex
Affected Status
read_fam(file)
file |
Input file path |
A tibble containing the 6 columns from the fam file.
famfile <- system.file("extdata", "3gens.fam", package="skater", mustWork=TRUE)
fam <- read_fam(famfile)
fam